function start() {
	if (screen.width  < 1024) {
		document.write("<LINK REL='stylesheet' HREF='../../cadsa800.css' TYPE='text/css'>");
	}

	document.write("<DIV CLASS='Leftcol'>");
	document.write("</DIV>");
	document.write("<DIV CLASS='Logo'>");
	document.write("	<IMG src='../../images/cadsalogo.gif' alt='CADSA Logo'>");
	document.write("</DIV>");
	document.write("");
	document.write("<DIV CLASS='Heading'>");
	document.write("Charlton Athletic Disabled Supporters' Association");
	document.write("</DIV>");
	document.write("");
	document.write("<DIV CLASS='Advert' ID='Advert'>");
	document.write("<P></P>");
	document.write("</DIV>");
	document.write("");
	document.write("<DIV CLASS='Navbuttons'>");
	document.write("	<A HREF='../../index.html' title='Click here for the Welcome Page' accesskey='a' tabindex=1>Welcome</A>");
	document.write("	<A HREF='../../contact.html' title='Click here for Contact Details' accesskey='b' tabindex=2>Contact us</A>");
	document.write("	<A HREF='../../committee.html' title='Click here for Committee Details' accesskey='c' tabindex=3>Committee</A>");
	document.write("	<A HREF='../../facilities.html' title='Click here for Disabled Facilities at The Valley' accesskey='d' tabindex=4>Disabled Facilities</A>");
	document.write("	<A HREF='../../links.html' title='Click here for links to other websites' accesskey='e' tabindex=5>Links to Websites</A>");
	document.write("	<A HREF='../../membership.html' title='Click here for Membership Application Form' accesskey='f' tabindex=6>Membership</A>");
	document.write("	<A HREF='../../newsletter.html' title='Click here for Newsletters' accesskey='g' tabindex=7>Newsletters</A>");
	document.write("	<A HREF='../../social.html' title='Click here for Social Events' accesskey='h' tabindex=8>Social Events</A>");
	document.write("	<A HREF='../../photos.html' title='Click here for Photo Gallery' accesskey='i' tabindex=9>Photo Gallery</A>");
	document.write("	<A HREF='../../tickets.html' title='Click here for Ticket Details for away games' accesskey='j' tabindex=10>Tickets</A>");
	document.write("	<A HREF='../../travel.html' title='Click here for Travel Details for away games' accesskey='k' tabindex=11>Travel</A>");
	document.write("	<A HREF='../../notices.html'title='Click here for Notices' accesskey='l' tabindex=12>Notices</A>");
	document.write("</DIV>");
	document.write("");
	AD1();
}
function AD1() {
	Advert.innerHTML= "<P>CADSA AGM - 10th March 2011,7pm Bartams</P>";
	Advert.className= "Advert";
	setTimeout("AD2()",7000);
}
function AD2() {
	Advert.innerHTML= "<P>Player of the Year - 1st May 2011, tickets £25 from CAFC ticket office</P>";
	Advert.className= "Advert2";
	setTimeout("AD3()",7000);
}
function AD3() {
	Advert.innerHTML= "<P>CADSA AGM - 10th March 2011,7pm Bartrams</P>"; 
	Advert.className= "Advert";
	setTimeout("AD4()",7000);
}
function AD4() {
	Advert.innerHTML= "<P>Player of the Year - 1st May 2011, tickets £25 from CAFC ticket office</P>";
	Advert.className= "Advert2";
	setTimeout("AD1()",7000);
}	
