// JavaScript Document
<!--
var dispDate;
var d=new Date();
var content=new Array();
var month=new Array();
var bIsLoaded=false;
var loadTimer=null;
window.status="  Morecambe FC - The Official Website";
month[0]="January"
month[1]="February"
month[2]="March"
month[3]="April"
month[4]="May"
month[5]="June"
month[6]="July"
month[7]="August"
month[8]="September"
month[9]="October"
month[10]="November"
month[11]="December"
dispDate="<font style='FONT-WEIGHT:500'>";
dispDate=dispDate+d.getDate()+"&nbsp;"
dispDate=dispDate+month[d.getMonth()]+"&nbsp;"
dispDate=dispDate+d.getFullYear()+"</font>"
function bookmark()
{
window.external.AddFavorite("http://www.morecambefc.com","Morecambe FC - The Official Website");
}

//-->