jQuery(document).ready(function() {
jQuery(".picturelink a").attr("rel", "cslide");


	  if(jQuery("[rel='csingle'], [rel='cfade'], .tp_editlink,  .colorbox, .youtube, .iframe, #inline").length)
            {
                
                jQuery.include(
                {
                
                '/modules/colorbox/js/box.js':null

                                                              
});
}
  if(jQuery("[rel='cslide']").length)
            {
                
                jQuery.include(
                {
                
                '/modules/colorbox/js/slide.js':null
                                                         	                    

});
}
});

