// nyroModal für Zusammenarbeit mit Bannerserver
// 27.10.2011
$("document").ready (function ()
{
    $("a.nyroModal[class]").nyroModal();
});
