var speed=20000
var news=new Array()
news[0]="<I>There's a lot of money on the sidelines that's a big positive. I think the economy is growing just not at the pace some investors were thinking a few months ago...All of that will lead to a very tepid recovery. </I><BR /><a href='/media/abl_marketwatch_6-24-10.mp3' class='orangelink_sm'>ALAN B. LANCZ - MarketWatch (6/24/10)</a>"
news[1]="<I>The majority of the earnings growth is based on the financial sector and if financial regulatory reform changes the playing field...All of a sudden the U.S. stock market doesn't look as cheap as we thought.</I><BR /><a href='/media/abl_cnbc_5-7-10.wmv' class='orangelink_sm'>ALAN B. LANCZ - CNBC (5/7/10)<a/>"
news[2]="<I>I think that's what we're going to see in 2010...these two steps forward, one step back moves and you have to be a nimble investor and look outside the box to make money in 2010.  I don't see significant progress through the balance of the year.</I><BR /><a href='/media/abl_cnbc_3-1-10.wmv' class='orangelink_sm'>ALAN B. LANCZ - CNBC (3/1/10)<a/>"
news[3]="<I>A lot of experts have been talking are we in the 5th or 7th inning of this credit crisis. What I am worried about is that nobody told investors it is a double header.</I><BR /><a href='/media/abl_cnbc_10-9-08.wmv' class='orangelink_sm'>ALAN B. LANCZ - CNBC (10/9/08)<a/>"
news[4]="<I>Those glory days of being up every month are going to be over.</I><BR /><a href='/media/abl_cnbc_6-29-07.wmv' class='orangelink_sm'>ALAN B. LANCZ - CNBC (6/29/07)</a>"
news[5]="<I>Investors would be smart to take some profits here as it is time to be very careful...be defensive.</I><BR /><a href='/media/abl_cnbc_6-8-07.wmv' class='orangelink_sm'>ALAN B. LANCZ - CNBC (6/8/07)</a>"
		
var ie=document.all
var ns6=document.getElementById
var ns4=document.layers
i=0
tickerobject=ie? subtickertape: ns6? document.getElementById("subtickertape") : document.tickertape.document
function regenerate(){window.location.reload()}
function regenerate2(){if (document.layers) setTimeout("window.onresize=regenerate",450)}
function updatecontent(){
if (ns4){
tickerobject.subtickertape.document.write('<span class="subtickertapefont">'+news[i]+'</span>')
tickerobject.subtickertape.document.close()
}
else 
tickerobject.innerHTML=news[i]
if (i<news.length-1)
i++
else
i=0
setTimeout("updatecontent()",speed)
}
