<!-- 
//Specify the marquee's width (in pixels)
var marqueewidth='100%';
//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=4;
//Specify the marquee contents
var marqueecontents='<table border="0" cellpadding="0" cellspacing="0" height="20" width="100%"><tr><td><img src="http://karavankmv.ru/templates/standard/images/camel10.gif" width="55" height="20"></td><td valign="middle"><font face="Verdana, Arial" style="font-size: 12pt" color="#8E2927"><b><nobr>ÑÊÈÄÊÈ!!! ÒÎËÜÊÎ ÑÅÃÎÄÍß È ÒÎËÜÊÎ Ó ÍÀÑ !!!</nobr></b></font></td><td><img src="http://karavankmv.ru/templates/standard/images/camel10.gif" width="55" height="20"> </td> <td>&nbsp;&nbsp;&nbsp; <img src="http://karavankmv.ru/templates/standard/images/camel10.gif" width="55" height="20"></td><td><font face="Verdana, Arial" style="font-size: 12pt" color="#8E2927"><b><nobr><a href="http://karavankmv.ru/index.php?module=special" style="color: #FF0000;">ÃÎÐßÙÈÅ ÏÓÒÅÂÊÈ</a> â ëó÷øèå ñàíàòîðèè ÊÌÂ</nobr></b></font></td><td><img src="http://karavankmv.ru/templates/standard/images/camel10.gif" width="55" height="20"></td><td>&nbsp;&nbsp;&nbsp; <img src="http://karavankmv.ru/templates/standard/images/camel10.gif" width="55" height="20"></td><td><font face="Verdana, Arial" style="font-size: 12pt" color="#8E2927"><b><nobr>ÂÍÈÌÀÍÈÅ ÍÎÂÛÉ ÒÅËÅÔÎÍ (903) 44-10-998</nobr></b></font></td><td><img src="http://karavankmv.ru/templates/standard/images/camel10.gif" width="55" height="20"> </td> </tr></table>';


document.write('<marquee scrollAmount='+speed+' style="width: 100%" width="100%">'+marqueecontents+'</marquee>');
//document.write('<center>'+marqueecontents+'</center>');
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;
//-->
