( function() {
	function writeTest(doc) {
		if (typeof(bnws_reco_width) == "undefined") {
			bnws_reco_width = 728;
		}
		if (typeof(bnws_reco_height) == "undefined") {
			bnws_reco_height = 90;
		}

		
		
		var bnws_url = 'http://beliefnetworks.net/bnws/displaytwitviewer.jsp?height='+bnws_reco_height+'&width='+bnws_reco_width
			var reco_frame = 	'<div style="border:#999999 1px solid;padding:6px;width:'+bnws_reco_width+'px;height:'+bnws_reco_height+'px;"><iframe name="bnws_reco_frame"'
							+ ' width="'+bnws_reco_width +'"'
							+ ' height="'+bnws_reco_height +'"'
							+ ' scrolling="no" '
							+ ' marginwidth="0" ' 
							+ ' marginheight="0" ' 
							+ ' vspace="0" '
							+ ' hspace="0" '
							+ ' frameborder="0" '
							+ ' allowtransparency="true" '
							+ ' src="'+bnws_url+'"'
							+ ' ></iframe></div>';
		doc.write(reco_frame);
	}
	writeTest(document);
})()