if ( typeof(cc_imageWidth) != "undefined" &&
	typeof(cc_imageHeight) != "undefined" &&
	typeof(cc_id) != "undefined" &&
	typeof(cc_imageUrl) != "undefined")
{
	fWidth=parseInt(cc_imageWidth) + 40;
	fHeight=parseInt(cc_imageHeight) + 125;
	var iframeCode="<iframe src=\"http://heylookhear.com/captioner.htm?" +
	"img=" + escape(cc_imageUrl) + "&w=" + cc_imageWidth + "&h=" + cc_imageHeight + "&id=" + cc_id + "\" " + 
	"frameborder=\"0\" style=\"margin: 0px; width:" + fWidth + "px; height:" + fHeight + 
	"px; border-width: 0px; border-color: white\" scrolling=\"no\"></iframe>";
	//alert(iframeCode)
	document.write(iframeCode);
} else document.write("Captioner Error: Image url, height, and width not set.")
