



function init()
{
var paneldiv = 
document.getElementById('panel');
paneldiv.innerHTML = "29th July 2010";


}


onload=init;