/*
 * Fake JS pour tests sur le player Top Noomiz
 *
 * @author Benoit Saint-Maxent
 *
 * Date: 2010-03
 */

var swfWebzinesController = new SwfWebzinesController();

function SwfWebzinesController() {
	
	this.execute = function(sEval) {
		eval(sEval);
	};
	
	this.onSwfReady = function(sSwfID) {
		//alert('onSwfReady( "' + sSwfID + '" );');
	};
	
	this.startplaying = function(sTrackID) {
		$('#webzines_content_selection').load('/webzines/zoneselection/track/'+sTrackID+'/webzineid/'+$('#webzines_content_selection').attr('webzineid')+'/selectdate/'+$('#webzines_content_selection').attr('selectdate'));
	}
}
