// JavaScript Documentself.moveTo(0,0)		self.resizeTo(screen.availWidth,screen.availHeight)			MyImages=new Array();	MyImages[0]='_images/home/home_electrichands.gif';	MyImages[1]='_images/home/home_axesomebodies.gif';	MyImages[2]='_images/home/home_gfy.gif';	MyImages[3]='_images/home/home_mxfxd.gif';	MyImages[4]='_images/home/home_ridetildeath.gif';	MyImages[5]='_images/home/home_snakesndaggers.gif';	MyImages[6]='_images/home/home_star.gif';function newImage() {	document.getElementById("mainImage").setAttribute("src", MyImages[Math.round(Math.random()*6)])}		function MM_openBrWindow(theURL,winName,features) { //v2.0	window.open(theURL,winName,features);}