/**********Dave Witassek 2009********/
/**********start to web GmbH*********/


$(document).ready(function() {

   $(".tx-feuserlisting-pi1-listrow td:last-child a").html("<img src='fileadmin/templates/images/icon_details20.gif' />");
   $(".tx-feuserlisting-pi1-listrow th:first-child a").text("Künstler");
   $(".tx-feuserlisting-pi1-listrow th:contains('firma') a").text("Künstler");
   $(".tx-feuserlisting-pi1-listrow th:contains('Benutzername') a").text("");
   
   $(".tx-feuserlisting-pi1-listrow table tr td:contains('@') a").html("<img src='fileadmin/templates/images/icon_email20.gif' />");
   
   $(".tx-feuserlisting-pi1-singleView th:contains('Firma')").text("Künstler");
   $(".tx-feuserlisting-pi1-singleView .singlelabel:contains('[comments]')").hide(); 
   $(".tx-feuserlisting-pi1-singleView .singlelabel:contains('Firma')").hide();
   $(".tx-feuserlisting-pi1-singleView .singlelabel:contains('Bild')").hide();
   $(".tx-feuserlisting-pi1-singleView .singlecont:eq(0)").wrap("<h3></h3>");
   $(".tx-feuserlisting-pi1-singleView .singlecombi:gt(2)").wrapAll("<div class='wrap2'></div>");
   $(".tx-feuserlisting-pi1-singleView .singlecombi:eq(3)").prepend("<h3 class='kontaktheader'>Kontakt</h3>");
   $(".tx-feuserlisting-pi1-singleView .singlelabel:eq(4), .tx-feuserlisting-pi1-singleView .singlelabel:eq(5)").hide();
   $(".tx-feuserlisting-pi1-singleView .singlecombi:eq(2)").css("width","350px");
     
   $(".tx-feuserlisting-pi1-browsebox p:first").hide();

   /*$(".glossymenu li:eq(1), .glossymenu li:eq(2), .glossymenu li:eq(4)").hide();*/

   /*$(".tagesansicht:contains(':00')").remove();*/
   /*$("#calendar-event img").removeAttr("height");
   $("#calendar-event img").attr({width:"300"});*/

   /*$('a[@rel*=lightbox]').lightBox();*/
   $(".tx-chgallery-pi1 .single img a").lightBox();

});
