function isdefined( variable)
{
    return (typeof(window[variable]) == "undefined")?  false: true;
}

function coupon(ctext, ccode, curl, parentURL) {
	if (isdefined('c_window')) {
		c_window.close();
	}
	c_window=window.open ("",  "cwin", "left=220,top=200,menubar=0,resizable=0,scrollbars=0,toolbar=0,width=420,height=275");

	c_window.document.write('<link rel="stylesheet" type="text/css" href="/wp-content/themes/flashyweb/style.css" />');
	c_window.document.write('<body style="background:#ffffff">');

	c_window.document.write("<div align='center'><b>Coupon Code for "+ctext+" is </b></div><div class='popcode'>"+ccode+"</div>");
	// c_window.document.write("<div align='center'><a href='http://www.facebook.com/sharer.php?u=" + parentURL + "' title='Share on Facebook' target='_blank'><img src='/wp-content/themes/flashyweb/images/shareonfb.gif' width='380' height='60' alt='Share on Facebook' /></a></div>");

	c_window.document.write("<div align='center'><b>Did this coupon work for you?</b></div>");
	c_window.document.write("<div align='center'><iframe src='http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FClub-Coupon-Code%2F171598629525896&amp;width=265&amp;colorscheme=light&amp;connections=0&amp;stream=false&amp;header=false&amp;height=427' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:265px; height:55px;' allowTransparency='true'></iframe></div>");

	c_window.document.write("<div align='center'><b>Want more coupons &amp; exclusive deals?</b></div>");
	c_window.document.write("<div class='popcode'><form action='http://clubcouponcode.us2.list-manage.com/subscribe/post?u=e59dda17e5c107adf29e0ec7b&amp;id=b1e1ac9a3e' method='post' id='mc-embedded-subscribe-form' name='mc-embedded-subscribe-form' class='validate' target='_blank'>Email: <input type='text' value='' name='EMAIL' class='required email' id='mce-EMAIL'><input type='submit' value='Subscribe' name='subscribe' id='mc-embedded-subscribe' class='btn'></form></div>");
}
