// JavaScript Document
/* <![CDATA[ */
function videoStart() {
	var flashvars = {};
	var params = {};
	var attributes = {};

	flashvars = {
		file: 'skilounge-idx.flv',
		streamer: 'http://video.theskilounge.com/server.php',
		controlbar: 'bottom',
		backcolor: '000000',
		frontcolor: 'ffffff',
		bufferlength: '5'
	}

  params = {
    allowscriptaccess: 'always',
    allowfullscreen: 'true'
  }
	
	attributes.id = 'ply';
	attributes.name = 'ply';
	
	swfobject.embedSWF('/fileadmin/templates/player.swf', 'vidcontainer', '510','300','9','', flashvars, params, attributes);
}
window.document.observe("dom:loaded", function() {
	videoStart();																							 
});
/* ]]> */