// JavaScript Document
onload=function()
{
try{
var txt=document.getElementById("title")
txt.innerHTML='<img src="images\/header\/contact.png" width="300" height="40" alt="contact" title="">';
}
catch(e)
{
// You can show the error by: alert(e.description)
// If you intend to keep IE/FF silent when error is received, don't place any code here
}
}
