// JavaScript Document
function displayFeed(){
	var shtml = "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"";
	shtml += " codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0\"";
	shtml += "  width=\"320\" height=\"37\" >";
	shtml += " <param name=\"movie\" value=\"../aww/lib/feed.swf\" id=\"ESM\">";
	//shtml += " <param name=FlashVars value=\"ID="+page+"\">";
	shtml += " <param name=\"quality\" value=\"high\">";
	shtml += " <param name=\"wmode\" value=\"transparent\">";
	shtml += " <embed src=\"../aww/lib/feed.swf\" quality=\"high\" wmode=\"transparent\" width=\"320\" height=\"37\" name=\"ESM\" ";
	shtml += "  type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed>";
	shtml += "     </object>";

	var mv = document;
	var v = mv.getElementById("internoFeed");
	v.innerHTML = shtml;
	//window.alert("P")
}