var screenheight = screen.height;
var screenwidth = screen.width;
var live_screenheight = screen.availHeight;
var live_screenwidth = screen.availWidth;

if (screenheight < 768) {
var scrollerheight='120px'

} else {
var scrollerheight='105px'
}

var scrollerdelay='5000'
var scrollerwidth='100%'
var scrollerbgcolor='#E4E9E9'
var scrollerbackground=''

var messages = new Array();
var temp = new Array();

var ie=document.all;
var dom=document.getElementById;

i=2

if (ie||dom){
document.writeln('<div id="main2" style="position:relative;width:'+scrollerwidth+';height:'+scrollerheight+';overflow:hidden;background-color:'+scrollerbgcolor+' ;background-image:url('+scrollerbackground+')">')
document.writeln('<div style="position:absolute;width:'+scrollerwidth+';height:'+scrollerheight+';clip:rect(0 '+scrollerwidth+' '+scrollerheight+' 0);left:0px;top:0px">')
document.writeln('<div id="first2" style="position:absolute;width:'+scrollerwidth+';left:0px;top:1px;">')
document.writeln('</div>')
document.writeln('<div id="second2" style="position:absolute;width:'+scrollerwidth+';left:0px;top:0px;visibility:hidden">')
document.writeln('</div>')
document.writeln('</div>')
document.writeln('</div>')
}
