// Default client-side JavaScript by Perros @ stylebility.com
// Ver: $Id: default.js,v 1.0 2010/03/05 12:00:00 perros Exp $

//<!--

    
// navOne
$(function() {
    $("#navOneLava").lavaLamp({
        fx: "backout",
        speed: 700,
        click: function(event, menuItem)
        {
            return true;
        }
    });
});


// Rounded corners class="attachment-full size-full corner"
$(document).ready(function() {
  $(".attachment-full, .size-full, .corner").load(function() {
    $(this).wrap(function(){
      return '<span class="' + $(this).attr('class') + '" style="background:url(' + $(this).attr('src') + ') no-repeat center center; width: ' + $(this).width() + 'px; height: ' + $(this).height() + 'px;" />';
    });
    $(this).css("opacity","0");
  });
});


//-->
