var hideText = false;
try {
    hideText = WizzRSSHideText;
} catch (e) {}

document.write("<iframe");
document.write(" name='WizzRSS_Feed_Frame'");
document.write(" width='" + WizzRSSFrameWidth +  "'");
document.write(" height='" + WizzRSSFrameHeight +  "'");
document.write(" frameborder='0'");
if (!hideText) {
    document.write(" src='http://www.wizzrss.com/SiteFeed2.php?ID=" + WizzRSSID + "&hash=" + WizzRSSHash + "&bg=" + WizzRSSBackground + "&text=" + WizzRSSText + "&title=" + WizzRSSTitle + "&hidetext=false'");
} else {
    document.write(" src='http://www.wizzrss.com/SiteFeed2.php?ID=" + WizzRSSID + "&hash=" + WizzRSSHash + "&bg=" + WizzRSSBackground + "&text=" + WizzRSSText + "&title=" + WizzRSSTitle + "&hidetext=true'");
}
document.write(" marginwidth='0'");
document.write(" marginheight='0'");
document.write(" vspace='0'");
document.write(" hspace='0'");
document.write(">");
document.write("<\/iframe>");
