/** 
 * multishow.js 3.1.4. VoV Show Multi Shows
 * 
 * Copyright 2010 VernonsOwn Foundation
 * 
 * This file is part of Flowplayer.
 * 
 * Revision: 001 
 */
 
$(function() {
	
	// setup player without "internal" playlists
	$f("player2", "flowplayer-3.1.5.swf", {
		clip: {baseUrl: 'http://www.vovshow.com/flowplayer/Shows'} 
		
		
	// use playlist plugin. again loop is true
	}).playlist("div.petrol", {loop:true});
	
});
