//Metatags
var mt_title = '<title>All About Adsense! Your Adsense Advanced Resources, Adsense Revenue, Adsense Site, Adsense Instant Templates, Adsense Ebook, Adsense Affiliate</title>';
var mt_description = '<meta NAME="description" CONTENT="All About Adsense, Article Information on Adsense, Adsense Advanced Resources, Adsense Tips, Adsense Tutorial, Adsense Tricks, Adsense Secrets, Adsense Affiliate, Make Money with Adsense, Adsense Keywords, Top Paying Keyword Adsense, Adsense Revenue, Adsense ebook, Adsense Site, Instant Adsense templates.">';
var mt_keywords = '<meta NAME="keywords" CONTENT="Adsense Tutorial, Adsense guide, Adsense information, Adsense tools, Adsense software, Adsense Tips, Adsense Tricks, Adsense Secrets, Make money with Adsense, Adsense Keywords, Adsense Revenue, Adsense site, Adsense sites, Adsense ebook, Adsense ebooks, Adsense template, Adsense templates, Instant Adsense Templates, Adsense ready websites, Adsense pages, Adsense affiliate, Adsense publisher, Adsense business, Adsense earnings, Adsense income, Adsense empire, Adsense alternatives">';
var mt_author = '<meta name="author" CONTENT="GoogleAdsenseAffiliate.Com">';
var mt_copyright = '<meta name="copyright" CONTENT="Adsense Tutorial, Adsense guide, Adsense information, Adsense tools, Adsense software, Adsense Tips, Adsense Tricks, Adsense Secrets, Make money with Adsense, Adsense Keywords, Adsense Revenue, Adsense site, Adsense sites, Adsense ebook, Adsense ebooks, Adsense template, Adsense templates, Instant Adsense Templates, Adsense ready websites, Adsense pages, Adsense affiliate, Adsense publisher, Adsense business, Adsense earnings, Adsense income, Adsense empire, Adsense alternatives">';
var mt_rating = '<meta name="rating" CONTENT="General">';
var mt_revisit_after = '<meta name="revisit-after" CONTENT="1 days">';
var mt_robots = '<meta name="robots" CONTENT="index, follow">';
var mt_Googlebot = '<meta name="Googlebot" CONTENT="index, follow">';
var mt_distribution = '<meta name="distribution" CONTENT="Global">';
var mt_content_language = '<meta http-equiv="content-language" CONTENT="en">';
var mt_pragma = '<meta http-equiv="pragma" CONTENT="no-cache">';
var mt_Content_Type = '<meta http-equiv="Content-Type" CONTENT="text/html; charset=ISO-8859-1">';
 
function Metatags()
{
	document.write(''+mt_title+'');
	document.write(''+mt_description+'');
	document.write(''+mt_keywords+'');
	document.write(''+mt_author+'');
	document.write(''+mt_copyright+'');
	document.write(''+mt_rating+'');
	document.write(''+mt_revisit_after+'');
	document.write(''+mt_robots+'');
	document.write(''+mt_Googlebot+'');
	document.write(''+mt_distribution+'');
	document.write(''+mt_content_language+'');
	document.write(''+mt_pragma+'');
	document.write(''+mt_Content_Type+'');
}

//Get browser name
var nav=navigator.appName;
//Determine whether browser is Internet Explorer or Netscape
var ie=(nav.indexOf("Microsoft")!=-1);
var ns=(nav.indexOf("Netscape")!=-1);

//reloads the window if Nav4 resized
function MM_reloadPage(init) { 
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);


//Disables right click in IE
function nrcIE(){
return false;
}

//Disables right click in NS versions 4 and up
function nrcNS(e){
//Check if mouse button pressed is the right one
if(e.which==2 || e.which==3){
return false;
}
 }

//If browser is IE, set the right click event to don't show the context menu when clicking
if(ie){
document.oncontextmenu=nrcIE;
}

//If browser is NS4, capture the right click event and set it to don't show the context menu when clicking
if(ns){
if(document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=nrcNS;
}

//If browser is NS6 capture the right click event and set it to don't show the context menu when clicking
if(document.getElementById){
document.onmouseup=nrcNS;
}
 }

//Disable drag & drop
document.ondragstart=new Function("return false;");

//Disable text selecting and copy-paste functions
document.onselectstart=new Function("return false;");

//Disables showing URL of links in status bar, it works by showing a custom message in the statusbar when the mouse is moving, you can customize the message to your own
document.onmousemove=new Function("window.status='GoogleAdsenseAffiliate';");

//Disable printing of page
if(document.all) window.onbeforeprint=new Function("window.location='';");