// JavaScript Document

function whatsnew()
{
    document.write('<object type="application/x-shockwave-flash" data="whatsnew.swf" width="176" height="185">\n');
    document.write('<param name="movie" value="whatsnew.swf" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
    document.write('</object>\n');
}