<!--
textarray=new Array()

//Rotherham Pubs
textarray[0] = '<SPAN CLASS="PubLinksTitle">The Snail</SPAN><BR>';
textarray[0]+= 'The Crofts, Moorgate, Rotherham<BR>';
textarray[0]+= 'Function Room Available<BR>';
textarray[0]+= '2 for 1 offers before 10.30pm<BR><BR>';


//Barnsley Pubs
textarray[1] = 'Get your Pub listed here';


//Doncaster Pubs
textarray[2] = 'Get your Pub listed here';


//Sheffield Pubs
textarray[3] = 'Get your Pub listed here';


//Swinton Pubs
textarray[4] = '<SPAN CLASS="PubLinksTitle">The High House</SPAN><BR>';
textarray[4]+= 'Wentworth Road, Swinton, Mexborough<BR>';
textarray[4]+= 'Fun Quiz Sunday Nights<BR>';
textarray[4]+= 'Music Quiz Thursday Nights<BR><BR>';

thenum=0;

function PubContent(daynum)
{
thenum=daynum;
document.getElementById('PubText').innerHTML=textarray[daynum];
}

// -->