window.onload = function () {addGAnalytics();}

function dispNav() {
	document.write("<table width=\"175\" border=\"0\" cellspacing=\"0\" cellpadding=\"2\">");
    document.write("<tr><td valign=\"top\" width=\"36\" align=\"center\"><img src=\"images/button.gif\" width=\"25\" height=\"26\"></td>");
    document.write("<td valign=\"middle\" width=\"127\"><a href=\"introducing/introducing.icsp.html\" class=\"nav\">Introducing ICSP</a></td></tr>")
	document.write("<tr><td width=\"36\" align=\"center\" valign=\"top\"><img src=\"images/button.gif\" width=\"25\" height=\"26\"></td>")
	document.write("<td width=\"127\"><a href=\"icsw/icsw.html\" class=\"nav\">ICSW International Customer Service Week</a></td></tr>")
	document.write("<tr><td width=\"36\" align=\"center\"><img src=\"images/button.gif\" width=\"25\" height=\"26\"></td>")
	document.write("<td width=\"127\"><a href=\"icsw/global_challenge.html\" class=\"nav\">Global Challenge</a></td></tr>");
	document.write("<tr><td width=\"36\" align=\"center\"><img src=\"images/button.gif\" width=\"25\" height=\"26\"></td>")
	document.write("<td width=\"127\"><a href=\"membership/icsp.membership.html\" class=\"nav\">ICSP Membership</a></td></tr>")
	document.write("<tr><td width=\"36\" align=\"center\"><img src=\"images/button.gif\" width=\"25\" height=\"26\"></td>")
	document.write("<td width=\"127\"><a href=\"conference_events/icsp.conference.html\" class=\"nav\">ICSP Events</a></td></tr>");
	document.write("<tr><td width=\"36\" align=\"center\"><img src=\"images/button.gif\" width=\"25\" height=\"26\"></td>");
	document.write("<td width=\"127\"><a href=\"research/icsp.research.html\" class=\"nav\">ICSP Research</a></td></tr>");
	document.write("<tr><td width=\"36\" align=\"center\"><img src=\"images/button.gif\" width=\"25\" height=\"26\"></td>");
	document.write("<td width=\"127\"><a href=\"awards/icsp.awards.html\" class=\"nav\">ICSP Awards</a></td></tr>");
	document.write("<tr><td width=\"36\" align=\"center\"><img src=\"images/button.gif\" width=\"25\" height=\"26\"></td>")
	document.write("<td width=\"127\"><a href=\"my_customer/index.html\" class=\"nav\">My Customer Rules</a></td></tr>");
	document.write("<tr><td width=\"36\" align=\"center\"><img src=\"images/button.gif\" width=\"25\" height=\"26\"></td>");
	document.write("<td width=\"127\"><a href=\"certification/icsp.certification.html\" class=\"nav\">ICSP Certification</a></td>");
	document.write("</tr><tr>");
	document.write("<td width=\"36\" align=\"center\"><img src=\"images/button.gif\" width=\"25\" height=\"26\"></td>");
	document.write("<td width=\"127\"><a href=\"resource_centre/icsp.resource.centre.html\" class=\"nav\">ICSP Resource Centre</a></td></tr>");
	document.write("<tr><td width=\"36\" align=\"center\"><img src=\"images/button.gif\" width=\"25\" height=\"26\"></td>");
	document.write("<td width=\"127\"><a href=\"advertising/icsp.advertising.html\" class=\"nav\">ICSP Advertising Opportunities</a></td></tr>");
	document.write("<tr><td width=\"36\" align=\"center\"><img src=\"images/button.gif\" width=\"25\" height=\"26\"></td>");
	document.write("<td width=\"127\"><a href=\"partnership/icsp.partnership.php\" class=\"nav\">ICSP Partnership Opportunities</a></td></tr>");
	document.write("<tr> <td width=\"36\" align=\"center\"><img src=\"images/button.gif\" width=\"25\" height=\"26\"></td>");
	document.write("<td width=\"127\"><a href=\"media/icsp.media.html\" class=\"nav\">ICSP Media</a></td></tr>");
	document.write("<tr> <td width=\"36\" align=\"center\"><img src=\"images/button.gif\" width=\"25\" height=\"26\"></td>");
	document.write("<td width=\"127\"><a href=\"directory/icsp.directory.html\" class=\"nav\">ICSP Directory</a></td></tr>");
	document.write("<tr> <td width=\"36\" align=\"center\"><img src=\"images/button.gif\" width=\"25\" height=\"26\"></td>");
	document.write("<td width=\"127\"><a href=\"icsp.contact.html\" class=\"nav\">Contact ICSP</a></td></tr>");
	document.write("<tr><td width=\"36\" align=\"center\"><img src=\"images/button.gif\" width=\"25\" height=\"26\"></td>")
	document.write("<td width=\"127\"><a href=\"whats_new/icsp.whatsnew.html\" class=\"nav\">What's New?</a></td></tr>");
	document.write ("</table>");
	
}

function addGAnalytics(){	
	var gaJsHost = (('https:' == document.location.protocol) ? 'https://ssl.' : 'http://www.');
	var gaScript = document.createElement("SCRIPT");
	gaScript.type = 'text/javascript';
	gaScript.src = gaJsHost + "google-analytics.com/ga.js";
	document.body.appendChild(gaScript);	
	try { 
		var pageTracker = _gat._getTracker('UA-6384593-1');
		pageTracker._trackPageview();} 
		catch(err) {}
}