var _sort;
function ShowContent(_sort)
{
  AjaxClass.ShowHomePage(_sort,GetRev);
}

var val;
function GetRev(val)
{
 document.getElementById("showcontent").innerHTML = val.value;
}

function ShowTime()
{
  today = new Date();
  document.write(today.getYear()," Äê ",today.getMonth()+1," ÔÂ ",today.getDate()," ÈÕ ");
}

function ShowFlash()
{
  var swfnum = "images/banner"+ Math.ceil(Math.random() * 3) +".swf";	
  document.write('<OBJECT codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" ');
  document.write(' height="262" width="916" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" VIEWASTEXT>');
  document.write('<PARAM NAME="_cx" VALUE="24236">');
  document.write('<PARAM NAME="_cy" VALUE="6932">');
  document.write('<PARAM NAME="FlashVars" VALUE="">');
  document.write('<PARAM NAME="Movie" VALUE='+ swfnum +'>');
  document.write('<PARAM NAME="Src" VALUE='+ swfnum +'>');
  document.write('<PARAM NAME="WMode" VALUE="Transparent">');
  document.write('<PARAM NAME="Play" VALUE="-1">');
  document.write('<PARAM NAME="Loop" VALUE="-1">');
  document.write('<PARAM NAME="Quality" VALUE="High">');
  document.write('<PARAM NAME="SAlign" VALUE="">');
  document.write('<PARAM NAME="Menu" VALUE="-1">');
  document.write('<PARAM NAME="Base" VALUE="">');
  document.write('<PARAM NAME="AllowScriptAccess" VALUE="">');
  document.write('<PARAM NAME="Scale" VALUE="ShowAll">');
  document.write('<PARAM NAME="DeviceFont" VALUE="0">');
  document.write('<PARAM NAME="EmbedMovie" VALUE="0">');
  document.write('<PARAM NAME="BGColor" VALUE="">');
  document.write('<PARAM NAME="SWRemote" VALUE="">');
  document.write('<PARAM NAME="MovieData" VALUE="">');
  document.write('<PARAM NAME="SeamlessTabbing" VALUE="1">');
  document.write('<PARAM NAME="Profile" VALUE="0">');
  document.write('<PARAM NAME="ProfileAddress" VALUE="">');
  document.write('<PARAM NAME="ProfilePort" VALUE="0">');
  document.write('<PARAM NAME="AllowNetworking" VALUE="all">');
  document.write('<PARAM NAME="AllowFullScreen" VALUE="false">');
  document.write('<embed src='+ swfnum +' width="916" height="262" ');
  document.write('quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"> </embed></OBJECT>');
}