
function email(id, domain) {
	return (id+"@"+domain);
}

function emailLink(id, domain, text) {
	document.writeln("<a href=\"mailto:"+email(id, domain)+"\">"+text+"</a>");
}

function copyright() {
	document.writeln("<center><font face=\"Comic Sans MS\" size=-1><i><a href=\"http://www.deepwoods.tk/\" target=\"_top\">The 21st Phantom's Deep Woods</a> <big>&copy;</big> 2000-"+(new Date()).getFullYear().toString().substring(2,4)+" Aman King</i></font></center>");
}

function googleAd() {
	document.writeln("<script type=\"text/javascript\"><!-- ");
	document.writeln("google_ad_client = \"pub-5272691394979325\"; ");
	document.writeln("google_ad_width = 468; ");
	document.writeln("google_ad_height = 60; ");
	document.writeln("google_ad_format = \"468x60_as\"; ");
	document.writeln("google_ad_type = \"text_image\"; ");
	document.writeln("google_ad_channel =\"\"; ");
	document.writeln("google_page_url = document.location; ");
	document.writeln("google_color_border = [\"000000\",\"6699CC\",\"003366\",\"2D5893\"]; ");
	document.writeln("google_color_bg = [\"F0F0F0\",\"003366\",\"003366\",\"99AACC\"]; ");
	document.writeln("google_color_link = [\"0000FF\",\"FFFFFF\",\"FF6600\",\"000000\"]; ");
	document.writeln("google_color_url = [\"008000\",\"AECCEB\",\"99CCFF\",\"000099\"]; ");
	document.writeln("google_color_text = [\"000000\",\"AECCEB\",\"FFFFFF\",\"003366\"]; ");
	document.writeln("//--></script> ");

	document.writeln("<scri"+"pt type=\"text/javascript\" src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\"> ");
	document.writeln("</scri"+"pt> ");
}

function googleReferral() {
	document.writeln("<script type=\"text/javascript\"><!-- ");
	document.writeln("google_ad_client = \"pub-5272691394979325\"; ");
	document.writeln("google_ad_width = 110; ");
	document.writeln("google_ad_height = 32; ");
	document.writeln("google_ad_format = \"110x32_as_rimg\"; ");
	document.writeln("google_cpa_choice = \"CAAQ_-KZzgEaCHfyBUS9wT0_KOP143Q\"; ");
	document.writeln("//--></script> ");

	document.writeln("<scri"+"pt type=\"text/javascript\" src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\"> ");
	document.writeln("</scri"+"pt> ");
}
