function fbs_click() {
  u=location.href+"?fb="+Math.round(Math.random()*10);t=document.title;
  window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');
  return false;
}

$(document).ready(function(){
  $("a[rel^=showBoxClassic]").fancybox({
        'autoScale' : true,
        'scrolling' : 'no',
        'transitionIn' : 'elastic',
        'transitionOut' : 'elastic',
        'speedIn' : 10,
        'speedOut' : 1,
        'overlayShow' : false,
        'titleShow' : false,
        'overlayShow' : true,
        'hideOnOverlayClick' : true,
        'hideOnContentClick' : true,
        'overlayOpacity' : 0.3,
        'height' : '90%'
    	});
});
