// JavaScript Document

// active content hack to not have to click to activate content
// http://www.adobe.com/devnet/activecontent/articles/devletter.html

function YouTube_Amy()
{
	document.write('<object width="196" height="162">');
  	document.write('<param name="movie" value="http://www.youtube.com/v/zRyNLiFFKEs" />');
	document.write('<param name="wmode" value="transparent" />');
  	document.write('<embed src="http://www.youtube.com/v/zRyNLiFFKEs" type="application/x-shockwave-flash" wmode="transparent" width="196" height="162"></embed>');
	document.write('</object>');
}
