/******************************************************
Insert boxrefresh() where and when the Iframes must
be refreshed.
i.e.
<body onload="boxrefresh();">
</body>
i.e.
<input type="submit" Name="Say" value="Say" onClick="boxrefresh()" >
*******************************************************/

function boxrefresh()
{
setTimeout("document.getElementsById('shoutbox').contentWindow.location.reload();",800);
}
//OEF