/******
*
* init flowplayer on the ipad using jquery
*
*******/

$(document).ready(function() {
	$("a.flowplayer").each(function() {
	
		$f(this, "/js/flowplayer/flowplayer.commercial-3.2.7.swf", {key: "", clip: {scaling:"fit"}}).ipad();
	});
});
