// Form Input Checker Function

function checkSub(){
if (document.signup.fname.value == "") {
alert("Please fill in your First Name.")
document.signup.fname.focus()
return false}
if (document.signup.email.value.indexOf('@', 0) == -1) {
alert("Please fill in your valid Email Address.\nYour email should be in the following format: email@address.com")
document.signup.email.focus()
return false}
}

// Print Date Function

function dateShow(){
var mydate=new Date()
var year=mydate.getYear()
if (year < 1000) year+=1900
var day=mydate.getDay()
var month=mydate.getMonth()
var daym=mydate.getDate()
if (daym<10) daym="0"+daym
var dayarray=new
Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var montharray=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec")
document.write("<p align=\"center\"><strong>"+dayarray[day]+"</strong></p>")
document.write("<p align=\"center\"><strong>"+daym+" "+montharray[month]+" "+year+"</strong></p>")
}

// Global Adverts Links

function advert1() { // 21st Century Complete Guide to the Philippines
hidden = open('http://www.amazon.com/exec/obidos/redirect?link_code=ur2&camp=1789&tag=ebizinstitute-20&creative=9325&path=ASIN/1422002276/qid=1153361801/sr=2-1/ref=pd_bbs_b_2_1');
}

function advert2() { // Pilipino (Tagalog) Phrase Book
hidden = open('http://www.amazon.com/exec/obidos/redirect?link_code=ur2&camp=1789&tag=ebizinstitute-20&creative=9325&path=ASIN/0864424329/qid=1125541912/sr=2-1/ref=pd_bbs_b_2_1');
}

function advert3() { // Filipino Children's Favorite Stories
hidden = open('http://www.amazon.com/exec/obidos/redirect?link_code=ur2&camp=1789&tag=ebizinstitute-20&creative=9325&path=ASIN/962593765X/qid=1153362850/sr=2-1/ref=pd_bbs_b_2_1');
}

function advert4() { // Philippines Travel Guide
hidden = open('http://www.amazon.com/exec/obidos/redirect?link_code=ur2&camp=1789&tag=ebizinstitute-20&creative=9325&path=ASIN/3923821328/qid=1125540695/sr=2-1/ref=pd_bbs_b_2_1');
}

function advert5() { // Philippines Travel Map
hidden = open('http://www.amazon.com/exec/obidos/redirect?link_code=ur2&camp=1789&tag=ebizinstitute-20&creative=9325&path=ASIN/0794603106/qid=1153365245/sr=2-1/ref=pd_bbs_b_2_1');
}

function advert6() { // Authentic Recipes from the Philippines
hidden = open('http://www.amazon.com/exec/obidos/redirect?link_code=ur2&camp=1789&tag=ebizinstitute-20&creative=9325&path=ASIN/079460238X/qid=1153366601/sr=2-1/ref=pd_bbs_b_2_1');
}

function advert7() { // Filipino Cuisine: Recipes from the Islands
hidden = open('http://www.amazon.com/exec/obidos/redirect?link_code=ur2&camp=1789&tag=ebizinstitute-20&creative=9325&path=ASIN/1878610635/qid=1125542050/sr=2-1/ref=pd_bbs_b_2_1');
}

function advert8() { // Philippine National Flag
hidden = open('');
}

function sponsor1() { // Header Sponsor
hidden = open('http://limco.bttb1.hop.clickbank.net');
}

function sponsor2() { // Earn Extra Income
hidden = open('http://limco.legitonl.hop.clickbank.net');
}

function sponsor3() { // Flowers & Gifts
hidden = open('http://www.islandrose.net/Merchant2/agent.mvc?AG=limco&SC=SFNT&S=BR');
}

// Add Website To Favorite

function addbookmark()
{
bookmarkurl="http://www.philippinecentral.com"
bookmarktitle="Philippine Central News and Information"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

