$(function(){
	$("#flashcontent").dialog({
		autoOpen: false,
		modal: true,
		width: 910,
		height: 'auto' 
	});
	
	fpconf.launch();
		
	$("a.dialog").click(function(){
		$(".ui-dialog-content").dialog("open");
		return false;
	});
})

var fpconf = {
	keys:{
    'medtronicdiabetes.com': '#$022136e4774df9c1a84', 
    'minimed.com': '#$b87906812fda997d914'
  },
	launch:function(){
		flowplayer("a.player", "/swf/flowplayer/flowplayer.commercial-3.1.5.swf", {
	    key: fpconf.keys[location.host.replace(/(.+\.ols\.)?(.+\.corp\.)?(www\.)?(www-test\.)?/, "")],
	    plugins:{
	       controls: {
	         time: false,
	         fullscreen: false
	       }
	    }
	  });				
	}
};