/* scripts for content desigend by the Online Redaktion
   to avoid namespaceconflicts please use the following prefix for any custom identifier
   prefix: onr
   examples: function onrPopUp() {...}
			 var onrCounter integer;
*/


jQuery(document).ready(function onrPopUp(){
                jQuery("#onrbox_link").click(function(){
                               jQuery("#onrpopup_box").fadeIn();
                });
});

