function writepg(){

var locate = window.location



function delineate(str){

				theleft = str.indexOf("=") + 1;

				theright = str.length;

			if(theleft == 0){

				return("0000");

				}else{

				return(str.substring(theleft, theright));

				}

			}

var newContent="<html>\n<head>\n<title>Indy Rocks - Smash It Up!</title>\n</head>\n";

var newContent=newContent+"<BODY bgcolor='#000000' leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'>\n";

var newContent=newContent+"<table width='100%' height='100%' border='0' align='center' cellpadding='0' cellspacing='0'>\n";

var newContent=newContent+"<tr>\n";

var newContent=newContent+"<td align='center' valign='middle'>\n";

var newContent=newContent+"<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' WIDTH='1004' HEIGHT='650' id='loadMovie' ALIGN=''>\n";

var newContent= newContent+"<PARAM NAME=movie VALUE='loadMovie.swf?hash=" + delineate(unescape(locate)) + "&m=1'>\n"; 

var newContent= newContent+"<PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#CCCCCC>\n";

var newContent=newContent+"<EMBED src='loadMovie.swf?hash=" + delineate(unescape(locate)) + "&m=1' quality='high' bgcolor='#CCCCCC'  WIDTH='1004' HEIGHT='650' NAME='loadMovie' ALIGN='' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'>\n";

var newContent=newContent+"</EMBED></OBJECT>\n";

var newContent=newContent+"</td></tr></table>\n";

var newContent=newContent+"</body>\n</html>";

document.write(newContent)

}

