//Specify the marquee's width (in pixels)
var marqueewidth=568
//Specify the marquee's height (in pixels, pertains only to NS)
var marqueeheight=20
//Specify the marquee's scroll speed (larger is faster)
var speed=6
//Specify the marquee contents

var marqueecontents='<font class="rolltext">Last date for the Submission of Enrollment Form is 15<sup>th</sup> March 2012</font>'

if (document.all)
document.write('<marquee scrollAmount='+speed+' style="width:'+marqueewidth+'">'+marqueecontents+'</marquee>')



