$(document).ready(function(){

top.redirect = 'no';
// Color Box
$('a.lightbox_small').colorbox( {width:"435px", height:"394px", iframe:true} );
$('a.lightbox_medium').colorbox( {width:"700px", height:"500px", iframe:true, onClosed:function(){ if(redirect != 'no'){ window.location.replace(redirect); } } } );
$('a.lightbox_large').colorbox( {width:"900px", height:"700px", iframe:true} );
$('a.lightbox').colorbox();

$('table.details_table tr:even:not(:first-child)').addClass("alt_row");

});
