document.write(""); function zlog(x) {}; var imgroot = ""; var realComHeadlines = new dataObj(); realComHeadlines.addItem( "catshort=", "catcolor=%base%", "#varname#=http:///r/url/?!id_#varname#:quote=js!", "#varname#=http://", "#varname#=!#varname#:quote=none!", "#varname#=!#varname#:quote=none!", "#varname#=!#varname#:quote=html!", "template="); var headlineData = new Array(); headlineData["objAry"] = new Array(); var columnlistData = new Array(); columnlistData["objAry"] = new Array(); function getRealComHeadline(x) { if( x >= realComHeadlines.objAry.length ) return; var thisObj = realComHeadlines.objAry[x]; var ret = ""; if( thisObj.catshort ) { ret += ""+thisObj.catshort.toUpperCase()+""; ret += "

"; } if( thisObj.template == "headline" ) { headlineData.objAry[0] = thisObj; ret += renderHeadline(); } else if( thisObj.template == "columnlist" ) { columnlistData.objAry[0] = thisObj; ret += renderColumnlist(); } return ret; }