//Copyright 2008 Humanize the Web(tm) All rights reserved. This code and player are only to be used with included videos.
getHTWplayer=function(){var o=document.createElement('div');o.setAttribute('id','HTWplayer');o.style.position='absolute';o.style.top='0px';o.style.left='0px';o.style.margin='0px';o.style.padding='0px';o.style.height='1px';o.style.width='1px';o.style.overflow='hidden';o.style.zIndex='999';document.getElementsByTagName('body')[0].appendChild(o);document.getElementById('HTWplayer').innerHTML="<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\"100%\" height=\"100%\" id=\"HTWplayerSWF\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab\"><param name=\"movie\" value=\""+HTW_video_SWF+"?rdm="+escape(Math.random())+"\" /><param name=\"quality\" value=\"high\" /><param name=\"bgcolor\" value=\"#FFFFFF\" /><param name=\"wmode\" value=\"transparent\" /><embed src=\""+HTW_video_SWF+"?rdm="+escape(Math.random())+"\" quality=\"high\" bgcolor=\"#FFFFFF\" width=\"100%\" height=\"100%\" name=\"HTWplayerSWF\" align=\"middle\" play=\"true\" wmode=\"transparent\" loop=\"false\" quality=\"high\" allowScriptAccess=\"always\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed></object>";}