$(document).ready(function() {
   $.backstretch("/images/layout/page_bg.jpg", {centeredY:false}); 
   $(".search input").labelify( { text: function(input) { return "SEARCH"; }});
   
   $(".ContentTemp_Directory tr:nth-child(even)").addClass("even");
});
