// JavaScript Document

//fn to write statcounter.com code
function writeStatsCode(){

document.write('<!-- Start of StatCounter Code -->');
document.write('<script type="text/javascript" language="javascript">');
document.write('var sc_project=1701524;');
document.write('var sc_invisible=1;');
document.write('var sc_partition=16;');
document.write('var sc_security="0ae4cbd5"; ');
document.write('</script>');
document.write('<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js">');
document.write('</script>');
document.write('<noscript>');
document.write('<a href="http://www.statcounter.com/" target="_blank"><img  src="http://c17.statcounter.com/counter.php?sc_project=1701524&java=0&security=0ae4cbd5&invisible=1" alt="page hit counter" border="0"></a>');
document.write('</noscript>');
document.write('<!-- End of StatCounter Code -->');
document.write('');

}//fn end

