/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */



$(document).ready(function(){
    $("img").pngfix({
            sizingMethod: "scale"
    });
        $('#center p')
            .cycle({
                fx:     'fade',
                timeout: 10000,
                speed:  2000
            });
        //alert("dsadas");
});

