// Run when page loads

if(document.getElementById && document.createTextNode)
{
	window.onload=function()
	{
	externalLinks();
	}
}


