/* author: steveh@newpig.com */
/* Generated by AceHTML Freeware http://freeware.acehtml.com */
/* Creation date: 4/15/2008 */

function correct(){
if (finished){
setTimeout("begin()",3000)
}
return true
}
window.onerror=correct
function begin(){
if (!document.all)
return
if (maxheight==null)
maxheight=temp.offsetHeight
whatsnew.style.height=maxheight
temp.style.display="none"
c=1
finished=true
change()
}


