document.write('	<tr height="4"> ')
document.write('		<td width="100%"> ')
document.write('			<table width="100%" height="4"> ')
document.write('				<tr height="4"> ')
document.write('					<td width="100%" class="menu" height="4"></td> ')
document.write('				</tr> ')
document.write('			</table> ')
document.write('		</td> ')
document.write('	</tr> ')
document.write('</table> ')

//this function includes all necessary js files for the application
function include(file)
{
  var script  = document.createElement('script');
  script.src  = file;
  script.type = 'text/javascript';
  script.defer = true;
  document.getElementsByTagName('head').item(0).appendChild(script);
}

// Start of StatCounter Code 
var sc_project=3078170; 
var sc_invisible=1; 
var sc_partition=27; 
var sc_security="e0f77b0b"; 
var sc_text=1; 
 
include('http://www.statcounter.com/counter/counter_xhtml.js');

document.write('<noscript><div class="statcounter"><a class="statcounter" href="http://www.statcounter.com/"><img class="statcounter" src="http://c28.statcounter.com/3078170/0/e0f77b0b/0/" alt="site stats" /></a></div></noscript>')
// End of StatCounter Code -->
// Start of GoogleStats -->
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

try {
var pageTracker = _gat._getTracker("UA-13027859-1");
pageTracker._trackPageview();
} catch(err) {}
// End of GoogleStats -->

