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

$(document).ready(function() {
	$("a.flowplayer").each(function() {
		this.href = this.href;
		$f(this, "http://static.chio.nl/flowplayer/flowplayer.commercial-3.2.7.swf", {key: "#@622d44864f0da4a6419"}).ipad();
	});
});
