//popup_fn
function displayrestrictions(param3,param4){var couponcode = param3;var restrictions = param4;if (couponcode != 'coupon' && couponcode != 'n/a'){
OpenWindow.focus();}}function displaycoupon(param2){var couponcode = param2;if (couponcode != 'coupon' && couponcode != 'n/a'){
OpenWindow=window.open("", "newwin", "height=380, width=320,toolbar=no,scrollbars=yes,menubar=no");
OpenWindow.document.write("<TITLE>Use this Coupon Code<\/TITLE>");
OpenWindow.document.write("<BODY BGCOLOR='#FFFFFF'>");
OpenWindow.document.write("<table align='center' bgcolor='ffffff' width='90%'><tr><td  style='border: 1px dashed #ff0000'><font face='Arial, Helvetica, sans-serif' size='4'>");
OpenWindow.document.write("<center>");
OpenWindow.document.write("Promotional Code:");
OpenWindow.document.write("<p>");
OpenWindow.document.write("<strong><font face='Courier New, Helvetica, sans-serif' color='#666666' size='6'>");
OpenWindow.document.write(couponcode);
OpenWindow.document.write("<\/font><\/strong>");
OpenWindow.document.write("<\/p>")
OpenWindow.document.write("<IMG border='0' src='http://shop.mlb.com/graphics/promo/MLB/88x31_Generic.gif' align='right'><\/td><\/tr>");



OpenWindow.document.write("<tr><td><font face='Arial, Helvetica, sans-serif' size='3'>");
OpenWindow.document.write("<center>");
OpenWindow.document.write("<p><hr>Never miss a coupon, sign up for MLB coupon alerts!");
OpenWindow.document.write("<form method='post' action='http://ymlp.com/subscribe.php?id=geuhsjygmguu'>");
OpenWindow.document.write("<input name='YMP0' type='text' value='enter your email' size='20'><input type='submit' value='Send'>");
OpenWindow.document.write("<\/td><\/tr>");


OpenWindow.document.write("<\/table>");

OpenWindow.document.write("<\/BODY>");
OpenWindow.document.write("<\/HTML>");
OpenWindow.document.close();
OpenWindow.focus();}if (couponcode == 'coupon' || couponcode == 'n/a'){
OpenWindow.focus();}}function displaytext(yourtext){window.status=yourtext;
 }
