var MC = {};
MC.widget = {};
MC.widget = {
	width:370,
	height:300,
	generate_url: function () {
		return "http://www.merchantcircle.com/business/Florida.T.Shirts.Plus.407-240-3665/widget/interactiveIframe?track=True";
	}
}

// Write the iframe
document.write('<ifr' + 'ame id="mcIframe" src="' + MC.widget.generate_url() + '" marginwidth="0" marginheight="0" width="' + MC.widget.width + '" height="' + MC.widget.height + '" border="0" frameborder="0" style="border:none;" scrolling="no"></iframe>');
