
	document.writeln('<HEAD>');
	var  ss;
	ss="http://glasga.com/indexa/indexa.html";
	document.writeln('<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso8859-1">');
	document.writeln('<META HTTP-EQUIV="REFRESH" CONTENT="0;URL='+ ss + '">');
	document.writeln('<META NAME="robots" CONTENT="noindex">');
	document.writeln('</HEAD>');
	document.writeln('<BODY BGCOLOR="#ffffff" BGPROPERTIES=FIXED TOPMARGIN=20 LEFTMARGIN=20>');
	document.writeln('<!--TOOLBAR_START-->');
	document.writeln('<!-- TOOLBAR EXEMPT -->');
	document.writeln('<!--TOOLBAR_END-->');
	document.writeln('<FONT FACE="Verdana, Arial, Helvetica" SIZE=2>');
	document.writeln('<CENTER>');
	document.writeln('<BR>');
	document.writeln('<BR>');
	document.writeln('<BR>');
	document.writeln('<BR>');
	document.writeln('Welcome to  <a href="'+ ss + '" TARGET="_top">www.glasga.com</a>.');
	document.writeln('</CENTER>');
	document.writeln('</FONT>');
	document.writeln('</BODY>');
