// JavaScript Document
google.setOnLoadCallback(function() {
    // Place init code here instead of $(document).ready()
	// Fix POS IE6 PNG's
	$(document).pngFix(); 
								  
						  
								  
	//Navigation Elements
	var pagelocation = $('body').attr('id');
	
	$('nav#main li.'+pagelocation+'').addClass('current');
								  
								  
								  
								  
								  
								  
								  
								  
								  
								  //End Jquery
								  });