$(document).ready(function(){

 jQuery.easing.def = 'easeOutExpo';<!--OPTIONAL-->

	$('.thumbs').piroBox({<!--OPTIONAL,if don't want easing, just take it off, or comment-->
			mySpeed: 900,  
			bg_alpha: 0.8,
			pathLoader : 'url(css_pirobox/ajax-loader_b.gif) center center no-repeat;', 
			gallery : '.pirobox_in li a', 
			gallery_li : '.pirobox_in li', 
			next_class : '.next_in',
			previous_class : '.previous_in'
	});	
	$('.thumbs').piroBox({
			mySpeed: 900, 
			bg_alpha: 0.8,
			pathLoader : 'url(css_pirobox/ajax-loader_b.gif) center center no-repeat;', 
			gallery : '.pirobox li a', 
			gallery_li : '.pirobox li',
			single : '.single  a',
			next_class : '.next',
			previous_class : '.previous'
	});	
});

$(function() {
 var randomNum = Math.floor(Math.random()*3);
$('div#quote-box-text div:eq(' + randomNum + ')').css("display", "block");
$('div#quote-author div:eq(' + randomNum + ')').css("display", "block");
});

   jQuery(document).ready(function($) {
      $('a[rel*=facebox]').facebox() 
    })
