

var tableHeight;
var frameHeight=265;
	
border_color=border_color.replace("#","");
header_color=header_color.replace("#","");
footer_color=footer_color.replace("#","");

tableHeight=frameHeight-20;
wid_frame_id="widgetFrame";
widgetsrc="http://a816-healthpsi.nyc.gov/FluPublic/showWidget.do?hcolor="+header_color+"&bcolor="+border_color+"&fcolor="+footer_color+"&width="+widget_width+"&height="+tableHeight;
document.write("<iframe id='"+wid_frame_id+"' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' hspace='0' vspace='0' src='"+widgetsrc+"' width='"+widget_width+"' height='"+frameHeight+"'></iframe>");
