var width = 234;
var height = 60;
var URL = "http://www.whatsthecost.com/debtSnowballs/"+WhatsTheCost_User+"/DFD.aspx";
var QS = "?BG="+WhatsTheCost_BGColor;

if (typeof WhatsTheCost_Style != "undefined")
{
	if (WhatsTheCost_Style == "180x60")
	{
		width = 180;
		height = 60;
	}
	else
	{
		width = 234;
		height = 60;
	}
}



window.document.write ("<iframe scrolling=\"no\" width=\""+width+"\" height=\""+height+"\" border=\"0\" frameborder=\"0\" src=\""+URL+QS+"\" marginwidth=\"0\" marginheight=\"0\" vspace=\"0\" hspace=\"0\" allowtransparency=\"true\" ></iframe>");
