<!--
var currentdate = new Date()
var path = ""
var ran = currentdate.getSeconds()
var psj=0;

function getImageName(){
if (ran > 49)
ran = ran - 50
else if (ran > 39)
ran = ran - 40
else if (ran > 29)
ran = ran - 30
else if (ran > 19)
ran = ran - 20
else if (ran > 9)
ran = ran - 10
if(ran == 0)
return "http://www.elliottwave.com/images/club/web_ads/4811-AQ-Fibo.jpg"
if(ran == 1)
return "http://www.elliottwave.com/images/club/web_ads/4811-AQ-Fibo.jpg"
if(ran == 2)
return "http://www.elliottwave.com/images/club/web_ads/4811-AQ-Fibo.jpg"
if(ran == 3)
return "http://www.elliottwave.com/images/club/web_ads/4811-AQ-Fibo.jpg"
if(ran == 4)
return "http://www.elliottwave.com/images/club/web_ads/4811-AQ-Fibo.jpg"
if(ran == 5)
return "http://www.elliottwave.com/images/club/web_ads/4811-AQ-Fibo.jpg"
if(ran == 6)
return "http://www.elliottwave.com/images/club/web_ads/4811-AQ-Fibo.jpg"
if(ran == 7)
return "http://www.elliottwave.com/images/club/web_ads/4811-AQ-Fibo.jpg"
if(ran == 8)
return "http://www.elliottwave.com/images/club/web_ads/4811-AQ-Fibo.jpg"
if(ran == 9)
return "http://www.elliottwave.com/images/club/web_ads/4811-AQ-Fibo.jpg"
}
function getImageUrl(){
if (ran > 49)
ran = ran - 50
else if (ran > 39)
ran = ran - 40
else if (ran > 29)
ran = ran - 30
else if (ran > 19)
ran = ran - 20
else if (ran > 9)
ran = ran - 10
if(ran == 0)
return "http://www.elliottwave.com/club/free-fibonacci-ebook.aspx?code=37482"
if(ran == 1)
return "http://www.elliottwave.com/club/free-fibonacci-ebook.aspx?code=37482"
if(ran == 2)
return "http://www.elliottwave.com/club/free-fibonacci-ebook.aspx?code=37482"
if(ran == 3)
return "http://www.elliottwave.com/club/free-fibonacci-ebook.aspx?code=37482"
if(ran == 4)
return "http://www.elliottwave.com/club/free-fibonacci-ebook.aspx?code=37482"
if(ran == 5)
return "http://www.elliottwave.com/club/free-fibonacci-ebook.aspx?code=37482"
if(ran == 6)
return "http://www.elliottwave.com/club/free-fibonacci-ebook.aspx?code=37482"
if(ran == 7)
return "http://www.elliottwave.com/club/free-fibonacci-ebook.aspx?code=37482"
if(ran == 8)
return "http://www.elliottwave.com/club/free-fibonacci-ebook.aspx?code=37482"
if(ran == 9)
return "http://www.elliottwave.com/club/free-fibonacci-ebook.aspx?code=37482"
}
document.writeln("<a href='http://www.elliottwave.com/r.asp?dy=bso-sq&acn=" + cn + "&rcn=jssqr&url=" + getImageUrl() + "' target='_blank'><img src='" + getImageName() + "' border='0' align='center' hspace='0' vspace='0'></a>");
//-->
