$(document).ready(function(){	$('#vid01-Link').click(function(){ 		$.openDOMWindow({ 			windowSourceID:'#vid01 .modalWindow',			height:406,			width:685		}); 		return false; 	}); 	$('#vid02-Link').click(function(){ 		$.openDOMWindow({ 			windowSourceID:'#vid02 .modalWindow',			height:406,			width:685		}); 		return false; 	}); 	$('#vid03-Link').click(function(){ 		$.openDOMWindow({ 			windowSourceID:'#vid03 .modalWindow',			height:406,			width:685		}); 		return false; 	}); 	flowplayer("player01", "http://www.sapient.com/assets/flash/player/flowplayer.commercial-3.2.5.swf", { 		// commercial version requires product key		 key: '$3bd92b7caf7f477c784',		 // now we can tweak logo settings		logo: {				url:'http://www.sapient.com/assets/images/transparent.gif',				bottom: 1,				right: 1,				// for commercial versions you can specify where user is redirected when logo is clicked				linkUrl: 'http://sapient.com'			},		clip: { 				autoPlay: true,				autoBuffering: true,				onPause: function() {					this.unload();				}			},		plugins: {				viral: {				 // load the viral videos plugin					 url: 'http://www.sapient.com/assets/flash/player/flowplayer.viralvideos-3.2.3.swf', email: false,					share: {						livespaces: false,						orkut:false,						bebo: false,						myspace: false,						digg: false,						stumbleupon: false					},				embed: false				}			},		onFinish: function() {			this.unload();			}	}).ipad();	flowplayer("player02", "http://www.sapient.com/assets/flash/player/flowplayer.commercial-3.2.5.swf", { 		// commercial version requires product key		 key: '$3bd92b7caf7f477c784',		 // now we can tweak logo settings		logo: {				url:'http://www.sapient.com/assets/images/transparent.gif',				bottom: 1,				right: 1,				// for commercial versions you can specify where user is redirected when logo is clicked				linkUrl: 'http://sapient.com'			},		clip: { 				autoPlay: true,				autoBuffering: true,				onPause: function() {					this.unload();				}			},		plugins: {				viral: {				 // load the viral videos plugin					 url: 'http://www.sapient.com/assets/flash/player/flowplayer.viralvideos-3.2.3.swf', email: false,					share: {						livespaces: false,						orkut:false,						bebo: false,						myspace: false,						digg: false,						stumbleupon: false					},				embed: false				}			},		onFinish: function() {			this.unload();			}	}).ipad();	flowplayer("player03", "http://www.sapient.com/assets/flash/player/flowplayer.commercial-3.2.5.swf", { 		// commercial version requires product key		 key: '$3bd92b7caf7f477c784',		 // now we can tweak logo settings		logo: {				url:'http://www.sapient.com/assets/images/transparent.gif',				bottom: 1,				right: 1,				// for commercial versions you can specify where user is redirected when logo is clicked				linkUrl: 'http://sapient.com'			},		clip: { 				autoPlay: true,				autoBuffering: true,				onPause: function() {					this.unload();				}			},		plugins: {				viral: {				 // load the viral videos plugin					 url: 'http://www.sapient.com/assets/flash/player/flowplayer.viralvideos-3.2.3.swf', email: false,					share: {						livespaces: false,						orkut:false,						bebo: false,						myspace: false,						digg: false,						stumbleupon: false					},				embed: false				}			},		onFinish: function() {			this.unload();			}	}).ipad();});
