// JavaScript Document
	var rqst = new String(document.location);
	var fn = new String();
	var refn = /(\w+)\.html$/i;
//	var mtchfn = refn.exec(rqst);
	refn.exec(rqst);
	fn=RegExp.$1;
	document.location='http://www.melanie-forgeron.com/#P'+fn+'';
//	document.writeln('<meta http-equiv="refresh" content="0,http://www.melanie-forgeron.com/#P'+fn+'">');
					 