var speed=20000
var news=new Array()
news[0]="<I>You want to buy quality when everything has gone down like it has.</I><BR /><a href='/media/abl_cnbc_11-28-08.wmv' class='orangelink_sm'>ALAN B. LANCZ (11/28/08) - CNBC<a/>"
news[1]="<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 (10/9/08) - CNBC<a/>"
news[2]="<I>The life blood of the economy is credit. If you do not have that, you do not have anything. And it is going to affect globally as well.</I><BR /><a href='/media/abl_wtvg_10-5-08.wmv' class='orangelink_sm'>ALAN B. LANCZ (10/5/08) - WTVG<a/>"
news[3]="<I>Investors should buy high quality companies into these panic selling days for the long term.</I><BR /><a href='/media/abl_cnbc_3-26-08.wmv' class='orangelink_sm'>ALAN B. LANCZ (3/26/08) - CNBC<a/>"
news[4]="<I>We are still underweight financials...I would still avoid them, there is still going to be another shoe or two to drop.</I><BR /><a href='/media/abl_cnbc_8-31-07.wmv' class='orangelink_sm'>ALAN B. LANCZ (8/31/07) - CNBC<a/>"
news[5]="<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 (6/29/07) - CNBC</a>"
news[6]="<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 (6/8/07) - CNBC</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)
}