Sie sind auf Seite 1von 2

<html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> <title>slideshow4</title> <script type="text/javascript"> // Highlighter Scroller II script- By JavaScript Kit (http://www.javascriptkit.

c om) // For this and over 400+ free scripts, visit http://www.javascriptkit.com/ // This notice must stay intact //CONFIGURE MESSAGES AND VARIABLES var tickercontents=new Array() tickercontents[0]='KALWIN BIOMEDICA gets its products made under ISO 9001:2008 a nd GMP certified manufacturing fecilities in the EXCISE FREE zone & hence cost e ffective.' tickercontents[1]='KALWIN BIOMEDICA has MultiProduct Portfolio of more than 100 fast moving products in all dosage forms catering to all therapeutic segments & Doctors. ' tickercontents[2]='KALWIN BIOMEDICA has top TRUST & CREDIT WORTHINESS due to ETH ICS - QUALITY - LOWEST PRICE - SERVICE - TRANSPARENCY - GROWTH strategy.' var var var var var var var tickerwidth="1055px" tickerheight="18px" fontcss="font: bold 12px Verdana; color:white" tickdelay=3000 //delay btw messages highlightspeed=2 //2 pixels at a time. highlightcolor="orange" backdropimage="../KALWINBIOMEDICA.COM/drugs4.jpg"

////Do not edit pass this line//////////////// document.write('<style>#highlighterbg a{color:'+backdropimage+'}</style>') document.write('<div style="position:absolute;left:0px;top:0px; width:'+tickerwi dth+'; height:'+tickerheight+';'+fontcss+'">') document.write('<span id="highlighterbg" style="position:absolute;left:0;top:0;c olor:'+backdropimage+'; width:'+tickerwidth+'; height:'+tickerheight+';padding: 4px"></span><span id="highlighter" style="position:absolute;left:0;top:0;clip:re ct(auto auto auto 0px); background-color:'+highlightcolor+'; width:'+tickerwidth +';height:'+tickerheight+';padding: 4px"></span>') document.write('</div>') var currentmessage=0 var clipbottom=1 function changetickercontent(){ msgheight=clipbottom=crosstick.offsetHeight crosstick.style.clip="rect("+msgheight+"px auto auto 0px)" crosstickbg.innerHTML=tickercontents[currentmessage] crosstick.innerHTML=tickercontents[currentmessage] highlightmsg() } function highlightmsg(){ //var msgheight=crosstick.offsetHeight if (clipbottom>0){ clipbottom-=highlightspeed crosstick.style.clip="rect("+clipbottom+"px auto auto 0px)" beginclip=setTimeout("highlightmsg()",20)

} else{ clipbottom=msgheight clearTimeout(beginclip) if (currentmessage==tickercontents.length-1) currentmessage=0 else currentmessage++ setTimeout("changetickercontent()",tickdelay) } } function start_ticking(){ crosstickbg=document.getElementById? document.getElementById("highlighterbg") : document.all.highlighterbg crosstick=document.getElementById? document.getElementById("highlighter") : docu ment.all.highlighter crosstickParent=crosstick.parentNode? crosstick.parentNode : crosstick.parentEle ment if (parseInt(crosstick.offsetHeight)>0) crosstickParent.style.height=crosstick.offsetHeight+'px' else setTimeout("crosstickParent.style.height=crosstick.offsetHeight+'px'",100) //del ay for Mozilla's sake changetickercontent() } if (document.all || document.getElementById) window.onload=start_ticking </script> </head> <body> <br> <br> </body> </html>

Das könnte Ihnen auch gefallen