// look up the window width
function getWindowWidth() { return $(window).width(); }

var currentTime = new Date();

// load the homepage flash
swfobject.embedSWF("/media/river/river.swf?ts=" + currentTime, "nonflash", getWindowWidth(), "600", "8.0.0", false, 
	{xmlsource: "media/river/river.xml", screenWidth: getWindowWidth()}, 
	{menu:"false",wmode:"transparent",scale:"noscale"}, {id:"riverflash"});