It looks like you're new here. If you want to get involved, click one of these buttons!
jQuery(function($){
$("a#example2").fancybox({
'titleShow' : false,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'easingIn' : 'easeOutBack',
'easingOut' : 'easeInBack'
});
}
oliverraduner
newb