// JavaScript Document

function docPrint() {
    window.print();
    return false;
}

$(document).ready(function(){
    $("a[rel^='prettyPhoto']").prettyPhoto({theme:'dark_rounded'});
    $('#w_top').cycle({ 
        fx:    'fade', 
        speed:  1200,
        pause: 0.4
    });

});