document.observe("dom:loaded", function() {
	jwplayer("videoWider").setup({
		flashplayer: "/uploads/49/28/49288d215277e6b462b5204635f86541/player.swf",
		file: "/uploads/c9/e0/c9e05439c491b23d4f037bc3a9ec2599/Wider-I-Want-IT-HD.mp4",
		height: 540,
		width: 960,
		autostart:"false",
                controlbar: "bottom",
		stretching:"exactfit",		
		image:"/uploads/c2/ea/c2eae246d3ae9d10aaedf4cae4cad6fb/splash-home.jpg",
                skin:"/uploads/92/f5/92f572ce3bb3321266ad3337db2e90a3/glow.zip",
		events: {
			onComplete: function() { this.play(); }
		}
	});
});
