
function initFlash()
{

	$('.box_mod_player').flash({
	    src: 'flash/Player.swf',
	    width: 350,
	    height: 100,
	    "scale": "noscale",
	    "salign": "tl",
	    "wmode":"transparent"
	}); 	

}


$(document).ready(function(){

  initFlash();
		
});
