var scrollerdelayz='3000' //delay between msg scrolls. 3000=3 seconds.
var scrollerwidthz='200px'
var scrollerheightz='167px'
var scrollerbgcolorz='white'
var scrollerspeedz=100
//set below to '' if you don't wish to use a background image
var scrollerbackgroundz=''
//configure the below variable to change the contents of the scroller
var messagesz=new Array()
messagesz[0]="מתלבט היכן להשקיע?
בקר במדריך אפיקי ההשקעה המומלצים שלנו ולמד איזה אפיק השקעה מתאים ביותר עבורך!
24/9/2012"
messagesz[1]="האתר החדש עלה לאוויר
ברוכים הבאים לאתר התוכן החדש בנושא קרנות נאמנות ושוק ההון! האתר שבאמצעותו, תוכל להבין לאן הולך הכסף שלך.
5/1/2012"
messagesz[2]="אוהבים את העיצוב של האתר?
צרו איתנו קשר! נשמח לשמוע מה דעתכם. באתר תמצאו רשימה של בתי השקעות מובילים, עם מידע על פרטי יצירת הקשר והיקף הנכסים המושקעים.
5/1/2012"
///////Do not edit pass this line///////////////////////
var iez=document.all
var domz=document.getElementById
if (messagesz.length>2)
iz=2
else
iz=0
function movez(whichdivz){
tdivz=eval(whichdivz)
if (parseInt(tdivz.style.top)>0&&parseInt(tdivz.style.top)<=5){
tdivz.style.top=0+"px"
setTimeout("movez(tdivz)",scrollerdelayz)
setTimeout("movez2(second2_objz)",scrollerdelayz)
return
}
if (parseInt(tdivz.style.top)>=tdivz.offsetHeight*-1){
tdivz.style.top=parseInt(tdivz.style.top)-5+"px"
setTimeout("movez(tdivz)",scrollerspeedz)
}
else{
tdivz.style.top=parseInt(scrollerheightz)+"px"
tdivz.innerHTML=messagesz[iz]
if (iz==messagesz.length-1)
iz=0
else
iz++
}
}
function movez2(whichdivz){
tdivz2=eval(whichdivz)
if (parseInt(tdivz2.style.top)>0&&parseInt(tdivz2.style.top)<=5){
tdivz2.style.top=0+"px"
setTimeout("movez2(tdivz2)",scrollerdelayz)
setTimeout("movez(first2_objz)",scrollerdelayz)
return
}
if (parseInt(tdivz2.style.top)>=tdivz2.offsetHeight*-1){
tdivz2.style.top=parseInt(tdivz2.style.top)-5+"px"
setTimeout("movez2(second2_objz)",scrollerspeedz)
}
else{
tdivz2.style.top=parseInt(scrollerheightz)+"px"
tdivz2.innerHTML=messagesz[iz]
if (iz==messagesz.length-1)
iz=0
else
iz++
}
}
function startscrollz(){
first2_objz=iez? first2z : document.getElementById("first2z")
second2_objz=iez? second2z : document.getElementById("second2z")
movez(first2_objz)
second2_objz.style.top=scrollerheightz
second2_objz.style.visibility='visible'
}
if (iez||domz){
document.writeln('