var mydate= new Date()
var theyear=mydate.getFullYear()
var themonth=mydate.getMonth()+1
var thetoday=mydate.getDate()
 
if((thetoday >130)&&(thetoday <22)) { 
	document.write("<center><FONT FACE=Arial,Helvetica size=3 COLOR=#C00000><B>Sale ! 12.5% Off from 14th to 21st March !</B></FONT><center><BR>");
	} else {
	}

//document.write("<center><FONT FACE=Arial,Helvetica size=3 COLOR=#C00000><B>Summer Discount!! 10% Off //marked prices!!</B></FONT><center><BR>");

document.write("<H3><FONT COLOR=#C00000>Welcome to the Brighton Canoes Sit On Tops Website </FONT></H3>");
document.close();

    

