/* ---------------------------------------------------------------------------
	
	RTIX Video Javascript file
	http://rtix.com
	
	Author: nGen Works
	http://ngenworks.com
	
--------------------------------------------------------------------------- */

/*
Shadowbox.init({
	players: ["flv"]
});
*/

var flashvars = {
      'file':               '/img/_media/RTI9054_OPSTour_IntroOnly1.flv',
      'autostart':          'false'
   };

   var params = {
      'allowfullscreen':    'true',
      'allowscriptaccess':  'always'
   };

   var attributes = {
      'id':                 'video_player',
      'name':               'video_player'
   };

swfobject.embedSWF('/js/shadowbox/player.swf', 'video_content', '610', '427', '9', 'false', flashvars, params, attributes);

//Wait till the page has loaded
$(document).ready(function(){

});