/* NOTE:
   to add javascript which will be executed on load, just add it to the lfmInit;
*/
var SSS = {
	
	lfmInit : function() {
		if (jQuery.fn.flash) { 
			$('a.flash').flash({ params: {wmode : "transparent", version : 7}});
			$('a.flash').html("");
			if (deconcept.SWFObjectUtil.getPlayerVersion().major >= 7) {
				$('.flashout').hide();
			}
		}
	}
};

$(function() { SSS.lfmInit(); });