function setCookie(name,value) 
{
	var next_hour = new Date();
	next_hour.setTime(next_hour.getTime() + 2160000);
	document.cookie = name + "=" + value + "; expires=" + next_hour.toGMTString();
}

function getCookie(name)
{
	var results = document.cookie.match ( name + '=(.*?)(;|$)' );

	if ( results ) return ( unescape ( results[1] ) );
	else return null;
}

function logAffiliateClick(affiliate)
{
	var img = new Image();
	img.src = "/affiliatelog.php?afname=" + affiliate;
}


// main menu links transferred to /footermenu.html

document.write('<div style="clear:both">');
document.write('<!--Creative Commons License--><a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/2.5/"><img alt="Creative Commons License" border="0" src="http://creativecommons.org/images/public/somerights20.png"/></a> <font size="4" face="Verdana, Arial, Helvetica, sans-serif"><em><font color="#FFFFFF">Brought to you by:</font></em></font> <font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif"><strong>www.philippinecountry.com</strong> &copy; 2006</font> | <a href="/contact_us.html">Contact Us</a><br/>This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/2.5/">Creative Commons Attribution-NonCommercial-NoDerivs 2.5  License</a>.<!--/Creative Commons License--><!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Work rdf:about=""><license rdf:resource="http://creativecommons.org/licenses/by-nc-nd/2.5/" /><dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" /></Work><License rdf:about="http://creativecommons.org/licenses/by-nc-nd/2.5/"><permits rdf:resource="http://web.resource.org/cc/Reproduction"/><permits rdf:resource="http://web.resource.org/cc/Distribution"/><requires rdf:resource="http://web.resource.org/cc/Notice"/><requires rdf:resource="http://web.resource.org/cc/Attribution"/><prohibits rdf:resource="http://web.resource.org/cc/CommercialUse"/></License></rdf:RDF> --><!-- begin advertiser box //--><br><br><fieldset title="Advertisers"><legend>Philippine Country Advertisements and Sponsors (Support our website)</legend><p><a href="http://www.graciepi.com/" target="_top">Brazilian Jiu-jitsu in Cebu Philippines</a></p><p>Bookmark Us! Click here -&gt; <a href="http://www.addthis.com/bookmark.php" onclick="addthis_url   = location.href; addthis_title = document.title; return addthis_click(this);" target="_blank"><img src="http://s9.addthis.com/button2-bm.png" width="160" height="24" border="0" alt="AddThis Social Bookmark Button" /></a></p></fieldset><!-- end advertiser box //-->');
document.write('</div>');
/*
var ad_popped = getCookie("adPopped");
if (ad_popped != 1)
{
	window.open("/important.html","phAd","height=300,width=300,resizeable=yes");
	setCookie("adPopped","1");
}*/
