function top(){
document.writeln('<SCRIPT src="http://www.virtualsunderland.co.uk/sitescripts/vsright.js" type=text/javascript></SCRIPT>');
document.writeln('<SCRIPT src="http://www.virtualsunderland.co.uk/sitescripts/vsnavigation.js" type=text/javascript></SCRIPT>');
document.writeln('<link rel=stylesheet type="text/css" href="http://www.virtualsunderland.co.uk/sitescripts/default.css">');
document.writeln('<body bgcolor=#ffffff link=#b000ef vlink=#b000ef alink=#b000ef>');
document.writeln('<style><!- a{text-decoration:none} //-></style>');
document.writeln('<center><br>');
document.writeln('<table width=750 cellpadding=0 cellspacing=0 border=0>');
document.writeln('<tr>');
document.writeln('<td align=right><a href="http://www.virtualsunderland.co.uk" target="_top">www.virtualsunderland.co.uk</a> : Virtual Sunderland ');

var months=new Array(13);
months[1]="January";
months[2]="February";
months[3]="March";
months[4]="April";
months[5]="May";
months[6]="June";
months[7]="July";
months[8]="August";
months[9]="September";
months[10]="October";
months[11]="November";
months[12]="December";

var time=new Date();
var lmonth=months[time.getMonth() + 1];
var date=time.getDate();
var year=time.getYear();
if (year < 2000)  year = year + 1900;
document.write("<i>(" + lmonth + " ");
document.write(date + ", " + year + ")</i><BR><BR>");

document.writeln('</td></tr></table>');
}

function logo_and_adverts(){
document.writeln('	<table width=750 cellpadding=0 cellspacing=0 border=0>');
document.writeln('	<tr><td bgcolor=#ffffff><center>');
document.writeln('	<table border=0 cellpadding=3 cellspacing=0>');
document.writeln('		<tr>');
document.writeln('			<td bgcolor=#ffffff align=left><img src="http://www.virtualsunderland.co.uk/siteimages/vs-logo.gif"></td>');
document.writeln('			<td bgcolor=#ffffff align=middle><center>');
}


function close_adverts(){
document.writeln('</center></td></tr>');
document.writeln('		</table>');
document.writeln('	</td></tr></table>');
}


function adverts(){
//local

//   if (!document.phpAds_used) document.phpAds_used = ',';
//   document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
//   document.write ("http://www.readytogo.net/adverts/adjs.php?n=a4c6e45b");
//   document.write ("&amp;what=zone:6");
//   document.write ("&amp;exclude=" + document.phpAds_used);
//   if (document.referer)
//      document.write ("&amp;referer=" + escape(document.referer));
//   document.write ("'><" + "/script>");


google_ad_client = "ca-pub-3251378852889892";
// /* vsunderland banner */
google_ad_slot = "4700523430";
google_ad_width = 468;
google_ad_height = 60;
document.write ("<script type='text/javascript'");
document.write ("src='http://pagead2.googlesyndication.com/pagead/show_ads.js'>");
document.write ("</script>");

}


function open_table(){
document.writeln('<table width=750 cellpadding=0 cellspacing=0 border=0>');
document.writeln('<tr>');
document.writeln('<td colspan=3 bgcolor=#000000><img src="http://www.virtualsunderland.co.uk/siteimages/bit.gif" height=1 width=1></td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td bgcolor=#000000><img src="http://www.virtualsunderland.co.uk/siteimages/bit.gif" height=1 width=1></td>');
document.writeln('<td width=748 bgcolor=#ffffff>');
}


function mid_section(){
document.writeln('</td>');
document.writeln('<td bgcolor=#000000><img src="http://www.virtualsunderland.co.uk/siteimages/bit.gif"></td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td colspan=3 bgcolor=#000000><img src="http://www.virtualsunderland.co.uk/siteimages/bit.gif"></td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td bgcolor=#000000><img src="http://www.virtualsunderland.co.uk/siteimages/bit.gif" height=1 width=1></td>');
document.writeln('<td bgcolor=#ffffff valign=top>');
}


function close_table(){
document.writeln('</td>');
document.writeln('<td width=1 bgcolor=#000000><img src="http://www.virtualsunderland.co.uk/siteimages/bit.gif" width=1 height=1></td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td colspan=3 bgcolor=#000000><img src="http://www.virtualsunderland.co.uk/siteimages/bit.gif"></td>');
document.writeln('</tr>');
document.writeln('</table>');
}


function copyright_footer() {
document.writeln('<center><table width=750><tr><td>');
document.writeln('<center><font color="#c0c0c0" face=verdana size=1><BR>The name and overall content are © Ready To Go, and all rights are reserved. Please see our <a href="javascript:ModuleWin(\'http://www.virtualsunderland.co.uk/terms.htm\',\'copyright\')">terms</a> page for conditions of use, or click here for our <a href="javascript:ModuleWin(\'http://www.virtualsunderland.co.uk/disclaimer.htm\',\'copright\')">disclaimer</a> page.</font></td></tr></table>');
}


function ModuleWin(theURL,winName,x,y,scrollon) {
	if (x=='') x = 0
	if (y=='') y = 0
	scrollon = 'yes';
	var now = new Date();
	WinName = winName + now.getTime()
	WinName = WinName.replace(' ','');
	eval('window.open("' + theURL + '","' + WinName + '","scrollbars=' + scrollon + ',location=0,menubar=0,resizable=yes,height=400,width=510,left=' + x + ',top=' + y + '")')
	
}


