											var browser = navigator.appName;
											if (browser == "Netscape")				
											{								
												marqueecontents="<font size=2 face='Tahoma,verdana,arial' color='green'>&nbsp;&nbsp;<b>Winner of Ramadan Grand Quiz competition will be announced on next Friday, Jan 10th 2003 InshaAllah after Isha'a Salaat. Please be there..!! | ICI Web goes live with Weekly Quiz Contest. Participate and win Islamic books, CDs, Tapes and Videos. </b></font></a>";
												var marqueewidth=600;
												var marqueeheight=5;
												var speed=10;
												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=10000 scrolldelay='25' scrollamount=1>");
											document.write("<b><font color='red'></font>");
											document.write("</b></font></marquee>");
										}						


