function civico_resize_flash(newWidth, newHeight) {
 var viewportwidth;
  var viewportheight;

  if (typeof window.innerWidth != 'undefined') {
 	viewportwidth = window.innerWidth;
 	viewportheight = window.innerHeight;
  }  else if (typeof document.documentElement != 'undefined'  && typeof document.documentElement.clientWidth != 'undefined' && document.documentElement.clientWidth != 0) {  viewportwidth = document.documentElement.clientWidth; 
 viewportheight = document.documentElement.clientHeight; 
 } else { 
 viewportwidth = document.getElementsByTagName('body')[0].clientWidth; 
 viewportheight = document.getElementsByTagName('body')[0].clientHeight; 
 }; document.getElementById('civico_player_67').style.height = (viewportheight > newHeight) ? viewportheight + 'px' : newHeight + 'px'; }
document.write('<div id="civico_player_67" style="height: 600px; width: 510px;">');
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
document.write('width="510" height="100%">');
document.write('<param name="movie" value="http://civicolive.com:5080/civicolive/p/BigPlayer.swf" />');
document.write('<param name="wmode" value="transparent" />');
document.write('<param name="allowScriptAccess" value="always" />');
document.write('<param name="allowFullScreen" value="false" />');
document.write('<param name="align" value="top" />');
document.write('<param name="flashvars" value="id=67&in=1979&out=2093" />');
document.write('<embed src="http://civicolive.com:5080/civicolive/p/BigPlayer.swf" ');
document.write('width="510" height="100%" type="application/x-shockwave-flash" ');
document.write('wmode="transparent" align="top" ');
document.write('flashvars="id=67&in=1979&out=2093"');
document.write('allowScriptAccess="always" /></object>');
document.write('</div>');
