jQuery(document).ready(function() {
    
    /* slideshow */
    jQuery('#slideshow').cycle();
    
    /* mainmenu target */
    jQuery('#mainmenu li.menu-item-type-custom a').attr({'target' : '_blank'});
    
    
    
});
