// JavaScript Document
function activeContent()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="495" height="248">\n');
   document.write('<param name="movie" value="./Flash/welcomeToITC.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="WMode" value="Transparent" />\n');
   document.write('<embed src="./Flash/welcomeToITC.swf" width="495" height="248" wmode="transparent"></embed>\n');
   document.write('</object>\n');
}

//function activeContent2()
//{
//   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="760" height="245">\n');
//   document.write('<param name="movie" value="./flash/lgibbsFlash.swf" />\n');
//   document.write('<param name="quality" value="high" />\n');
//   document.write('<param name="WMode" value="Transparent" />\n');
//   document.write('<embed src="./flash/lgibbsFlash.swf" width="760" height="245" wmode="transparent"></embed>\n');
//   document.write('</object>\n');
//}
