// Basic unbranded version of placar (with tracking)

//This function writes out the partners header, this will be located in the top of the page,
function typeHeader() {
 document.write('<script type=\"text\/javascript\">\n');
 document.write('	var bread_crumb = \'MZ\';\n');
 document.write('<\/script>\n');
 document.write('<script src=\"http:\/\/placar.abril.com.br\/script\/global.js\" type=\"text\/javascript\" language=\"javascript\"><\/script>\n');
 document.write('<script src=\"http:\/\/placar.abril.com.br\/script\/global_bread.js\" type=\"text\/javascript\" language=\"javascript\"><\/script>\n');
}

//This function writes out the partners footer
//HTML/JavaScript after this section has been written.
function typeFooter() {
 document.write('<script src=\"http:\/\/placar.abril.com.br\/script\/certifica-js14.js\" language=\"JavaScript1.4\" ><\/script>\n');
 document.write('<script src=\"http:\/\/placar.abril.com.br\/script\/certifica.js\" type=\"text\/javascript\"><\/script>\n');
 document.write('<script src=\"http:\/\/www.google-analytics.com\/ga.js\" type=\"text\/javascript\"><\/script>\n');
 document.write('<script type=\"text\/javascript\">\n');
 document.write('var pageTracker = _gat._getTracker(\"UA-1495277-1\");\n');
 document.write('pageTracker._initData();\n');
 document.write('pageTracker._trackPageview(\'\/PLACAR08\/MANAGERZONE\');\n');
 document.write('tagCertifica(21668, \'\/PLACAR08\/MANAGERZONE\');\n');
 document.write('<\/script>		\n');
}