var MC = {};
MC.widget = {};
MC.widget = {
	width:370,
	height:300,
	generate_url: function () {
		return "http://www.merchantcircle.com/business/Gift.Baskets.by.G.And.H.610-375-4110/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>');
