$(document).ready(function() {
$(".search").fancybox({
 'width': 770,'height' : 230,'autoScale': false,'transitionIn': 'elastic','transitionOut': 'elastic','type': 'iframe'}); 
$(".feedback").fancybox({'width': 770,'height' : 200,'autoScale': false,'transitionIn': 'elastic','transitionOut': 'elastic','type': 'iframe'}); 
$(".pop1").fancybox({'width': 770,'height' : 500,'autoScale': false,'transitionIn': 'elastic','transitionOut': 'elastic','type': 'iframe'}); 
$(".reply").fancybox({'width': 770,'height' : 280,'autoScale': false,'transitionIn': 'elastic','transitionOut': 'elastic','type': 'iframe'}); 
$(".query").fancybox({'width': 400,'height' : 380,'autoScale': false,'transitionIn': 'elastic','transitionOut': 'elastic','type': 'iframe'}); 
$(".profile").fancybox({'width': 400,'height' : 280,'autoScale': false,'transitionIn': 'elastic','transitionOut': 'elastic','type': 'iframe'}); 
$(".testi").fancybox({'width': 770,'height' : 400,'autoScale': false,'transitionIn': 'elastic','transitionOut': 'elastic','type': 'iframe'}); 
$(".pop2").fancybox({'width': 770,'height' : 230,'autoScale': false,'transitionIn': 'elastic','transitionOut': 'elastic','type': 'iframe'});
$(".forward").fancybox({'width': 600,'height' : 150,'autoScale': false,'transitionIn': 'elastic','transitionOut': 'elastic','type': 'iframe'});
$(".forwarded").fancybox({'width': 600,'height' : 50,'autoScale': false,'transitionIn': 'elastic','transitionOut': 'elastic','type': 'iframe'});
$(".terms").fancybox({'width': 700,'height' : 350,'autoScale': false,'transitionIn': 'elastic','transitionOut': 'elastic','type': 'iframe'});
$(".product").fancybox({'width': 770,'height' : 450,'autoScale': false,'transitionIn': 'elastic','transitionOut': 'elastic','type': 'iframe'});
$(".video").fancybox({'width': 550,'height' : 400,'autoScale': false,'transitionIn': 'elastic','transitionOut': 'elastic','type': 'iframe'});
$('.news').innerfade({speed: 'slow',timeout: 5000,type: 'random',containerheight: '75px'});
$('.latestBuyLeads').innerfade({'animationtype':'slide',speed: 'slow',timeout: 7000,type: 'sequence',containerheight: '340px'});
});
