
(function($){
	$.musa_removeflashlinks={
		
		
		_init:function(){
			if ( (new SWFObject("","",0,0,"")).installedVer.major < 9 || (  (new SWFObject("","",0,0,"")).installedVer.major == 9 && (new SWFObject("","",0,0,"")).installedVer.minor == 0 && (new SWFObject("","",0,0,"")).installedVer.rev < 124    ) ) {
				$("div.main_list a").removeAttr("href");
				$("div.main_list a").css("text-decoration", "none");				
			}
		}
	}
	
	$.musa_removeflashlinks._init();
})(jQuery);


