var str = location.protocol + "//www.beasy.com"; //+ location.host ;

function lister()		{

if(document.all)		{
	document.all.homelink.href= location.protocol + "//" + location.host + "/index.html";
	window.location = location.protocol + "//" + location.host + "/index.html";
}

if(document.layers)		{
		window.document.links[0].href = location.protocol + "//" + location.host + "/index.html";
		window.location = location.protocol + "//" + location.host + "/index.html";
}

}

document.write("</head>");
document.write(" <body bgcolor='#FFFFFF' onload=\"preloadImages(); MM_preloadImages('/main_images/images-nobg3_01-over.gif','/main_images/images-nobg3_02-over.gif', '/main_images/images-nobg3_03-over.gif','/main_images/images-nobg3_04-over.gif',  '/main_images/images-nobg3_05-over.gif','/main_images/images-nobg3_06-over.gif', '/main_images/images-nobg3_07-over.gif','/main_images/green-buttons4_01-over.gif', '/main_images/green-buttons4_02-over.gif','/main_images/green-buttons4_03-over.gif',   '/main_images/green-buttons4_04-over.gif','/main_images/green-buttons4_05-over.gif' )\"  leftmargin='0' topmargin='0'  marginwidth='0' marginheight='0'  ><a name='top'></a><img src='" + str + "/main_images/trabsgif.gif' width='2' height='6'> ");
document.write("<table border='1' cellspacing='0' cellpadding='0'  width='760' align='center'  background='" + str + "/main_images/background2.gif'  height='400' valign=top><tr><td >");
document.write("<table border='0' cellspacing='0' cellpadding='0'  width='760' align='center'  background='" + str + "/main_images/background2.gif'  height='400' valign=top><tr><td >");