﻿// JScript File
<!-- Begin
marqueecontents = "<font style='font-size:10pt;' face='MS Sans Serif,tahoma,verdana,arial' color='blue'><b>Visit www.referencer.in for any information on Indian Customs, Central Excise & Service Tax Laws &nbsp;&nbsp;&nbsp;&nbsp; | &nbsp;&nbsp;&nbsp;&nbsp; Register now and get free access to all the resources available &nbsp;&nbsp;&nbsp;&nbsp; | &nbsp;&nbsp;&nbsp;&nbsp; Get Customs Act, Customs Tariff, Central Excise Tariff, Allied Acts, Rules, Regulations, Circulars, Notifications, Manuals etc. &nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Login daily and keep updated with the latest developments in the Customs Department &nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Latest case laws, News and Views &nbsp;&nbsp;&nbsp;&nbsp; | &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Quizes - Test your knowledge in Customs Laws and Procedures &nbsp;&nbsp;&nbsp;&nbsp; | &nbsp;&nbsp;&nbsp;&nbsp; Ask questions, clear your doubts, post your ideas and much more .... &nbsp;&nbsp;&nbsp;&nbsp; </b></font>";
isNS = (navigator.appName == "Netscape")
isIE = (navigator.appName == "Microsoft Internet Explorer")
isGC = (navigator.appName == "Google Chrome")
text = ("<font size=10pt>"+ marqueecontents +"</font>")
if (isNS) {
	var marqueewidth=640;
	var marqueeheight=20;
    var speed=6;
	document.write("<marquee id=marquee onMouseover='marquee.stop();' onMouseout='marquee.start();' truespeed=1 scrolldelay='25' scrollamount=1>");
	document.write("<font style='font-size:10pt;' face='MS Sans Serif,tahoma,verdana,arial' color='blue'>");
	document.write("<b>" + text + "</b></font></marquee>")}
if (isGC) {
	var marqueewidth=640;
	var marqueeheight=20;
    var speed=6;
	document.write("<marquee id=marquee onMouseover='marquee.stop();' onMouseout='marquee.start();' truespeed=1 scrolldelay='25' scrollamount=1>");
	document.write("<font style='font-size:10pt;' face='MS Sans Serif,tahoma,verdana,arial' color='blue'>");
	document.write("<b>" + text + "</b></font></marquee>")}
else if (isIE) {
	document.write("<marquee id=marquee onMouseover='marquee.stop();' onMouseout='marquee.start();' truespeed=1 scrolldelay='25' scrollamount=1>");
	document.write("<font style='font-size:10pt;' face='MS Sans Serif,tahoma,verdana,arial' color='blue'>");
	document.write("<b>" + marqueecontents + "</b></font></marquee>")}
// End -->