	var browser = navigator.appName;
		if (browser == "Netscape"){
			marqueecontents=""
			var marqueewidth=155;
			var marqueeheight=10;
			var speed=100;
			if (document.all)
				document.write('<marquee scrollAmount='+speed+' style="width:'+marqueewidth+'">'+marqueecontents+'</marquee>')
			function regenerate(){
				window.location.reload()
				}
			function regenerate2(){
				if (document.layers){
				setTimeout("window.onresize=regenerate",450)
				intializemarquee()
				}
			}

			function intializemarquee(){
				document.cmarquee01.document.cmarquee02.document.write('<nobr>'+marqueecontents+'</nobr>')
				document.cmarquee01.document.cmarquee02.document.close()
				thelength=document.cmarquee01.document.cmarquee02.document.width
				scrollit()
			}
			function scrollit(){
			if (document.cmarquee01.document.cmarquee02.left>=thelength*(-1)){
			document.cmarquee01.document.cmarquee02.left-=speed
			setTimeout("scrollit()",100)
			}
			else{
			document.cmarquee01.document.cmarquee02.left=marqueewidth
			scrollit()
			}
			}
			window.onload=regenerate2;
			}
		else{
			document.write("<marquee id=marquee onMouseover='marquee.stop();' onMouseout='marquee.start();' truespeed=1 scrolldelay='30' scrollamount=1>");
			document.write("<font style='font-size:07pt;' face='verdana' color='#FF0000'><b>  The prices can be increase as the time of Eid approaches, so be sure to book your order early...    ");		
			
			document.write("</b></font>");
			
			
	
			document.write("</b></font></a>");
			document.write("</marquee>");
		}

function newwindow(where,width,height) {
	window.open(where, "nwwindow", "Width=" + width + ",Height=" + height + ",Resizable=No,Scrollbars=Yes,Menubar=No,Toolbar=No,Menu=No,Status=No,Location=No,screenx=0,screeny=0,left=0,top=0");
	}
function newwindow1(where,width,height) {
	window.open(where, "nwwindow1", "Width=" + width + ",Height=" + height + ",Resizable=No,Scrollbars=Yes,Menubar=No,Toolbar=No,Menu=No,Status=No,Location=No,screenx=0,screeny=0,left=0,top=0");
	}
