/* function */
function __ecTimberline()
{
	var __htmlOutput = "";
/*
	var __htmlOutput =
	'<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="375" height="265" id="TimberlineLodge" align="middle">'
	+'<param name="allowScriptAccess" value="sameDomain" />'
	+'<param name="allowFullScreen" value="false" />'
	+'<param name="movie" value="http://www.earthcam.com/clients/timberline/TimberlineLodge.swf" />'
	+'<param name="quality" value="high" />'
	+'<param name="bgcolor" value="#ffffff" />'
	+'<embed src="http://www.earthcam.com/clients/timberline/TimberlineLodge.swf" quality="high" bgcolor="#ffffff" width="375" height="265" name="TimberlineLodge" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />'
	+'</object>'
	
	document.write(__htmlOutput);
*/

	

	__htmlOutput = '<iframe width="375" height="265" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="http://www.earthcam.com/clients/timberline/swf.html"></iframe>';
	document.write(__htmlOutput);
}

/* output */
__ecTimberline();
