function addLoadEvent(func)
{var oldonload=window.onload;if(typeof window.onload!='function')
{window.onload=func;}
else
{window.onload=function()
{oldonload();func();}}}
function showSpeed(){if(document.getElementById('load')){document.getElementById('load').innerHTML='<span style="font-size: 10pt; font-family: arial;font-weight:bold;">The Connection Speed detected  was: '+connectionSpeed+' kbps. Based upon this information your connection device is most likely a '+connectionType(connectionSpeed)+'.</span>';}else{document.write('<span style="font-size: 10pt; font-family: arial;font-weight:bold;">The Connection Speed detected  was: '+connectionSpeed+' kbps. Based upon this information your connection device is most likely a '+connectionType(connectionSpeed)+'.</span>');}}
addLoadEvent(showSpeed);