var tickercontents=new Array()
tickercontents[0]='<img src="images/design/arrow_orange.gif" width="12" height="12" alt="Arrow"><b>Welcome:&nbsp;&nbsp;</b>You will find unique items only in our store. If you are a collector, if you love vintage items bringing back memories of your youth, if you look for authentic art pieces... come back often. That special piece you like, may be available now but not in a few hours.'
tickercontents[1]='<img src="images/design/arrow_orange.gif" width="12" height="12" alt="Arrow"><b>Our motto:&nbsp;&nbsp;</b>We strive to provide the best service, low prices, real shipping expenses, personal and friendly communication. We are not trying to attract one-off customers, we want to make you happy and see you back again!'
tickercontents[2]='<img src="images/design/arrow_orange.gif" width="12" height="12" alt="Arrow"><b>Paintings:&nbsp;&nbsp;</b>All paintings in the <a href="index.php?main_page=index&cPath=2" alt="Visit the category" title="Visit the category"> <u>Artwork</u></a> category will be unstretched, rolled and shipped for free to any country in a strong tube to protect them from postal mistreatment. If a painting is already framed, we shall pack it very carefully.'
tickercontents[3]='<img src="images/design/arrow_orange.gif" width="12" height="12" alt="Arrow"><b>Special Offers:&nbsp;&nbsp;</b>Watch this space for special discounts and other promotional offers available from time to time.'
tickercontents[4]='<img src="images/design/arrow_orange.gif" width="12" height="12" alt="Arrow"><b>Reward program:&nbsp;&nbsp;</b>Sales are eligible for discounts under our advanced <a href="index.php?main_page=reward" title="Read about our Reward Program" alt="Read about our Reward Program"> <u>Reward Program</u></a>. We want to have repeat customers who come back often and end up being friends!'
tickercontents[5]='<img src="images/design/arrow_orange.gif" width="12" height="12" alt="Arrow"><b>International:&nbsp;&nbsp;</b>We will ship our items to <a href="index.php?main_page=destinations" title="See where we ship" alt="See where we ship"> <u>most countries</u></a>. If you are not familiar with euro, you may select your own currency from the drop-down menu below. Our exchange rates are updated daily.'
tickercontents[6]='<img src="images/design/arrow_orange.gif" width="12" height="12" alt="Arrow"><b>Are you looking for a pirate, bootleg, copied or fake DVD or CD?<br /><font color="#ff0000">Go look elsewhere and don\'t come back again.</font><br />All our items are authentic.</b>'
tickercontents[7]='<img src="images/design/arrow_orange.gif" width="12" height="12" alt="Arrow"><b>You missed them?&nbsp;&nbsp;</b>See the <a href="index.php?main_page=index&cPath=26" title="See items sold" alt="See items sold"> <u>1-2-3 Sold</u></a> category for what has been sold and will not be available again. Don\'t let other items go, place them in your shopping cart now!'
var tickerwidth="532px"
var tickerheight="40px"
var fontcss="font: normal 11px Verdana; color:black"
var tickdelay=8000
var highlightspeed=2
var highlightcolor="lightyellow"
var backdroptextcolor="#E1E1E1"
document.write('<div style="position:relative;left:0px;top:0px; width:'+tickerwidth+'; height:'+tickerheight+';'+fontcss+'">')
document.write('<span id="highlighterbg" style="position:absolute;left:0;top:0;color:'+backdroptextcolor+'; width:'+tickerwidth+'; height:'+tickerheight+';padding: 4px"></span><span id="highlighter" style="position:absolute;left:0;top:0;clip:rect(auto auto auto 0px); background-color:'+highlightcolor+'; width:'+tickerwidth+';height:'+tickerheight+';padding: 2px;padding-top:0px;padding-bottom:0px;"></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(){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"):document.all.highlighter
crosstickParent=crosstick.parentNode?crosstick.parentNode:crosstick.parentElement
if(parseInt(crosstick.offsetHeight)>0)
crosstickParent.style.height=crosstick.offsetHeight+'px'
else
setTimeout("crosstickParent.style.height=crosstick.offsetHeight+'px'",100)
changetickercontent()}
if(document.all||document.getElementById)
window.onload=start_ticking
