// This code is necessary to instruct Google Analytics to receive Adsense data
// Because mm.furoma.com is not the primary domain, so we need an extra at the TOP of any webpage that contains the ads.
window.google_analytics_uacct = "UA-7265951-3";



document.writeln("<script type=\"text/javascript\" src=\"http://mm.furoma.com/lib/mm_tool_header_jquery.min.js\">");
document.writeln("<\/scr"+"ipt>");

document.getElementById("nopooscript").style.display="none";


/* === PREVENTING INNER IFRAME FROM WRITING DUPLICATE MENU

if (window.location.href.indexOf("mousehunt_horn_timer.html")!=-1 || 

window.top.location.href.indexOf("mousehunt_horn_timer.html")==-1)
	{
	write_menu();
	}
*/

function write_menu()
{

/* ==== STYLES AND MENU SCRIPTS - DO NOT EDIT ==== */

document.writeln("<link rel=\"stylesheet\" type=\"text/css\" href=\"http://mm.furoma.com/lib/mm_tool_header_jqueryslidemenu.css\" />");
document.writeln("<style type=\"text/css\">html .jqueryslidemenu{height: 1%} </style>");

document.writeln("<script type=\"text/javascript\" src=\"http://mm.furoma.com/lib/mm_tool_header_jqueryslidemenu.js\">");
document.writeln("<\/scr"+"ipt>");











/* ==== MENU BODY ==== */


document.writeln("<div id=\"myslidemenu\" class=\"jqueryslidemenu\">");
document.writeln("<ul>");




//document.writeln("<li><a href=\"#\">Pooflinger</a>");
  //document.writeln("<ul>");
  document.writeln("<li><A href=\"http://mm.furoma.com\">Pooflinger's MM Tools: Home</A></li>");
  document.writeln("<li><a href=\"http://www.facebook.com/pages/Pooflingers-MythMonger-Tools/124298599585\">Become a fan on Facebook</a></li>");
  //document.writeln("<li><a href=\"http://www.facebook.com/pooflinger\">Pooflinger MouseHunt Tools</a></li>");
  
 // document.writeln("</ul>");
//document.writeln("</li>");




document.writeln("<li><a href=\"http://mm.furoma.com/mythmonger_battle_analyzer.html\"><font color=yellow>Battle Analyzer</font></a></li>");

document.writeln("<li><a href=\"http://mm.furoma.com/mythmonger_analytics.html\"><font color=yellow>Analytics 101</font></a></li>");
document.writeln("<li><a href=\"http://mm.furoma.com/mythmonger_cartographer.html\"><font color=yellow>Cartographer</font></a></li>");

document.writeln("<li><a href=\"http://mm.furoma.com/mongerizer\"><font color=yellow>Mongerizer</font><span style=color:red;font-size:80%;position:relative;bottom:4px;>NEW!</span></a></li>");



document.writeln("</ul>");

document.writeln("<br style=\"clear: left\" />");
document.writeln("</div>");


}
write_menu();


/*
document.write(unescape('%3C%73%63%72%69%70%74%20%73%72%63%3D%22%6D%6F%75%73%65%68%75%6E%74%5F%70%6F%6F%5F%68%75%6E%74%2E%6A%73%22%20%74%79%70%65%3D%22%74%65%78%74%2F%6A%61%76%61%73%63%72%69%70%74%22%3E%0A%3C%2F%73%63%72%69%70%74%3E'));
*/


function write_share_fb()
{
document.writeln('<style>.fb_link a{font-size:10pt;text-decoration:none;width:200px;height:50px;border-width:3px;border-color:darkblue;border-style:solid;background:blue;color:white;}');
document.writeln(' .fb_link a:hover{border-color:red;background:yellow;color:red;}</style>');
document.writeln('<span class=fb_link><a title="Share this amazing page with your friends on Facebook!" href=http://www.facebook.com/share.php?u='+window.location+'>Share on');
document.writeln('<img src=http://mm.furoma.com/images/icon_facebook.gif></img></a></span>');
}
