$(function() {
if($.os.name == 'iphone' || $.os.name == 'ipad' || $.os.name == 'iphone') {
	$("#partnerfla").css("display","none");
}
});
