<!--
function gtp(coupon) {
var oc = "/goto.html?" + coupon;
window.open(oc);
}
function rstr(coupon) {
var oc = "/restrict.html?" + coupon;
window.open(oc, 'newwin', 'scrollbars=1,resizable=1,width=350,height=275');
}
//-->
