if (WizzRSSFrameWidth < 150) {
	WizzRSSFrameWidth = 150;
}

if (WizzRSSFrameHeight < 200) {
	WizzRSSFrameHeight = 200;
}

document.write("<iframe style='border: 1px solid Black'");
document.write(" name='WizzRSS_Feed_Frame'");
document.write(" width='" + WizzRSSFrameWidth +  "'");
document.write(" height='" + WizzRSSFrameHeight +  "'");
document.write(" frameborder='0'");
document.write(" scrolling='no'");
document.write(" src='http://www.wizzrss.com/SiteFeed3.php?ID=" + WizzRSSID + "&hash=" + WizzRSSHash + "&bg=" + WizzRSSBackground + "&height=" + WizzRSSFrameHeight + "&title=" + WizzRSSTitleText + "&titlecolor=" + WizzRSSTitle + "&textcolor=" + WizzRSSText + "&hidetext=" + WizzRSSHideText + "&hilite=" + WizzRSSHighlight + "'");
document.write(" marginwidth='0'");
document.write(" marginheight='0'");
document.write(" vspace='0'");
document.write(" hspace='0'");
document.write(">");
document.write("</iframe>");
