jQuery.noConflict(); jQuery(document).ready(function() { jQuery('.menu .lavaLampWithImage').lavaLamp({ fx: "backout", speed: 700, click: function(event, menuItem) { return true; } }); jQuery('#rss-email').val('Enter your e-mail here').focus(function(){ jQuery(this).val(''); }).blur(function(){ if(jQuery(this).val() == '') jQuery(this).val('Enter your e-mail here'); }); jQuery.ifixpng('http://asturiastramita.es/wp-content/themes/Derekj/images/pixel.gif'); jQuery('#blog-title').ifixpng(); jQuery('#tab-content').tabs({ fxSlide: true }); })