var mw=150
var mh=150
var sp=2 

var text= '<a href="http://www.apotik2000.net" target=_new><img src="banner_apotik2000.gif"></a>'
		+'<br><br><a href="http://www.sahabatmarina.com/" target=_new><img src="banner-marina.gif" width="120" height="40"></a>'
		//+'<br><br><a href="/neohormoviton" target=_new><img src="banner_neohormoviton.gif"></a>'
		//+'<br><br><a href="/zevit-c" target=_new><img src="banner_zevitc.gif"></a>'
		//+'<br><br><a href="/heparviton" target=_new><img src="banner_heparviton.gif"></a>'
		//+'<br><br><a href="/bodrex" target=_new><img src="http://www.apotik2000.net/apotik/februari/bodrex.gif" width="120" height="60"></a>'


if (document.all)document.write('<marquee direction="up" scrollAmount='+sp+' style="width:'+mw+';height:'+mh+'">'+text+'</marquee>')
function loop() 
{
	window.location.reload() 
					}

function loop2() 
{
	if (document.layers) { setTimeout("window.onresize=loop",0) 
	init() 

									} 
								}

function init() 
{
	document.marq.document.marqEx.document.write(text)
	document.marq.document.marqEx.document.close()
	thelength=document.marq.document.marqEx.document.height
	runmarq() 
								}

function runmarq() 
{	
	if (document.marq.document.marqEx.top>=thelength*(-1)) { 
	document.marq.document.marqEx.top-=sp 
	setTimeout("runmarq()",100)
										}

else 
{
	document.marq.document.marqEx.top=mh 
	runmarq() 

							} 
						}

window.onload=loop2