
function playMerchantGuy()
{
	//alert('asdasdasd');
	document.getElementById('couponContent').className='showTheTownBG';
	document.getElementById('canmerchants').className = '';
	//document.getElementById('couponCloseButton').className='couponCloseButtonMove';
	var theTime = new Date();
	var so = new SWFObject('merchants.swf' + "?date=" + theTime, "canmerchants1", 400, 400, "8");
	so.addParam("wmode", "transparent");
	so.addParam("allowScriptAccess", "always");
	so.write("canmerchants");
}