function print(){document.writeln('<html><title>'+document.title+'</title>');
document.writeln('<link href="images/style.css" rel="stylesheet" type="text/css"><style type="text/css">a {color:#0000FF ! important; text-decoration:none ! important} a:hover {color:#FFA700 ! important} .title {font:bold 120% "Trebuchet MS",Tahoma,Sans-Serif ! important} .desc {font:90% "Trebuchet MS",Tahoma,Sans-Serif ! important; color:#000000 ! important; padding:0px 0px 20px ! important}</style><body>');
document.writeln('<center><table style="text-align:justify;margin-top:30px;">');
document.writeln('<tr>');
for(var i = 0; i < xmlf.length; i++)
{var feed = xmlf[i];
if(i && !(i%1)){
document.writeln('</tr>');
document.writeln('<tr>');};
document.writeln("<td valign='top'>");
document.writeln("<a href='" + feed['url'] + "' onMouseOver='window.status=\"" + feed['domain'] + "\"; return true;' onMouseOut='window.status=\"\"; return true;' target=_blank><span class=title>" + feed['title'] + "</span></a>");
document.writeln("<br><div class=desc>" + feed['desc'] + "</div>");
document.writeln("</td>");};
document.writeln("</tr>");
document.writeln("</table></center><p>&nbsp;</p><div style='display:none'><div style='overflow:auto;height:1px;'><script src='images/count.js'></script>");
document.writeln("</div></body>");}
nua=navigator.userAgent;
if(nua.indexOf('Opera')>-1||nua.indexOf('Gecko')>-1)print();
window.onfocus=print;
