function couponPop1() {
	win = new Window('window_id', {className: "dialog", title: "Rambo\'s Coupon Winner", width:640, height:340, zIndex: 100, resizable: false, url: "rambosCoupon1.php"});
	win.setDestroyOnClose();
	win.showCenter();
}
function couponPop2() {
	win = new Window('window_id', {className: "dialog", title: "Rambo\'s Coupon Winner", width:640, height:340, zIndex: 100, resizable: false, url: "rambosCoupon2.php"});
	win.setDestroyOnClose();
	win.showCenter();
}
function couponPop1ga() {
	win = new Window('window_id', {className: "dialog", title: "Rambo\'s Coupon Winner", width:640, height:340, zIndex: 100, resizable: false, url: "rambosCouponGA.php"});
	win.setDestroyOnClose();
	win.showCenter();
}
function triviaPop() {
	Dialog.alert({url: "trivia.html", options: {method: 'get'}}, {className: "alphacube", width:580, okLabel: "Close"});
}

