﻿// JScript File
// <![CDATA[
var so = new SWFObject("/swf/whats_new.swf", "whatsNew", "512", "40", "8", "#000000");
so.addVariable("xmlPath", "/xml/whatsnew.xml"); // XML Path: default if nothing is passed is include/whatsnew.xml
so.addVariable("bgColor", "0x000000"); // Background Color: default if nothing is passed is 0x000000
so.addVariable("fntColor", "0xFFFFFF"); // Font Color: default if nothing is passed is 0xFFFFFF
so.addVariable("fntSize", "16"); // Font Size: default if nothing is passed is 10
so.write("flashcontentwhatsnew");                             
// ]]>

