$(function() {if(window.XMLHttpRequest){$("#main-column img").lazyload({placeholder: "../images/blank.gif",effect: "fadeIn"});}});
$(function() {function launch() {$('#sign_up').lightbox_me({centered: true, onLoad: function() { $('#sign_up').find('input:first').focus()}});}	$('#user-login').click(function() {$("#loader").lightbox_me({centered: true});setTimeout(launch, 100);return false;});$('table tr:nth-child(even)').addClass('stripe');});
$(document).ready(function() {var maxwidth=460; $("img").each(function(){if (this.width>maxwidth) this.width = maxwidth; }); });
$(function () {$('.f_cat_img img,.thumb img').hover(function() {$(this).fadeTo("fast", 0.5);},function() {$(this).fadeTo("fast", 1);});});

