function Items(t,u,d){while(d.indexOf("\"")!=-1){d=d.replace("\"","");}
document.writeln('<font size="1">- <a href="'+u+'" title="'+d+'" target="_blank">'+t+'</a></font><br />')}
function ShowHeadlines(c){
var i=0;                      //counter
var l=this.zIBlgI.length-1;   //length of the item array
c=(c)?(c*3)-1:29;               //calculate how many links to display[default 10] 
if(c&&l>c)l=c;                //make sure items to display is less than number of items

var h;
h=('<a href="http://about.com">')
h=('')
h+=(' <font size="3"><em><a href="'+zIBlg[1]+'">'+zIBlg[0]+' News:</a></em></font><br /><br />')
h+=('')
document.write(h);
while(i<l)Items(this.zIBlgI[i++],this.zIBlgI[i++],this.zIBlgI[i++]);
}

ShowHeadlines(8)
