$(document).ready(function(){
 $('.msgep,.msgepg,.msgepe,.msgeps,.msgepm,.mscomntedit').nonMem();
 $('#msreport,#mspm,#msfriends,#msfollow,#mscbonewtopic').nonMem();
});

jQuery.fn.nonMem = function() { // hier solltmer direkt ne box in mitte screen öffnen mit join form wie oben!!!
 return this.click(function(){ var confirm = $('<button type="button">').css({'width':'100px','height':'35px'}).html('SignUp')
                                                                        .click(function(){ window.location.href = '/'; });
                               msgPop('confirm','LogIn Required!','You must be logged in to use this function!',confirm); });
}
