function couponflash(){
var d=new Date();
var sec = d.getSeconds();
if(sec % 2 == 0){var tag = document.getElementById("coupon");tag.style.position='relative';tag.style.left='20px';}
else{var tag = document.getElementById("coupon");tag.style.position='relative';tag.style.left='0px';}
}
function couponflash2(){
var d=new Date();
var sec = d.getSeconds();
try{
if(sec % 2 == 0){var tag = document.getElementById("coupon2");tag.style.position='relative';tag.style.left='20px';}
else{var tag = document.getElementById("coupon2");tag.style.position='relative';tag.style.left='0px';}
}
catch(err){}
return;}
function changefontsize(){
var d=new Date();
var sec = d.getSeconds();
if(sec % 2 == 0){var tag = document.getElementById("openad");tag.style.fontSize='20px';}
else{var tag = document.getElementById("openad");tag.style.fontSize='18px';}
}
//----start hide form-->
function erasenow(){
var hidnow = document.getElementById("erasefo");
hidnow.style.display="none";
return;}
//----end hide form-->

function open_win(url_add)
   {
   window.open(url_add,'welcome','width=850,height=300,menubar=yes,status=no,location=no,toolbar=no,scrollbars=yes');
   }

function open_win2(url_add)
   {
   window.open(url_add,'welcome','width=425,height=344,menubar=no,status=no,location=no,toolbar=no,scrollbars=no');
   }
function validate() {
if (document.form1.name.value.length < 2){
alert("Please enter your name.");
return false;
}
if (document.form1.email.value.length < 7) {
alert ("Please fill in a email. Emails must be atleast 7 Characters.");
return false;
}
if (document.form1.zipcode.value.length < 5) {
alert ("Please enter your zipcode.");
return false;
}
return true;
}
window.onload = function(){
setInterval("couponflash()",900);
setInterval("couponflash2()",900);
setInterval("changefontsize()",1000);
}

