$(document).ready(function() {
    // Setup links to open in the shopwindow iframe 
    $("a.shopwindow").click(function(){
        parent.lefty.location.href=this.href;
        return false;
    });
    // word cycle
    $("ul.cycle").cycle('fade');
});


