$(document).ready(function(){$(".sub-section").hide();$("#section1").show();$("#services-list li a").click(function(){$(".sub-section").hide();var c=$(this).attr("href");$(c).show();return false});$(".regular-beforeafter, .head-beforeafter").each(function(){var c=$(this).find("img.large").attr("src");$(this).find("a.before-after-thumb").attr("href",c)});$(".bottom-youtube a").fancybox({overlayColor:"#000",padding:10,autoScale:false,transitionIn:"none",transitionOut:"none",width:500,height:375,type:"swf",swf:{wmode:"transparent",allowfullscreen:"true"}});$(".before-after-thumb").fancybox({overlayColor:"#000",padding:10,autoScale:true,transitionIn:"elastic",transitionOut:"elastic"});var a=navigator.userAgent.toLowerCase();var b=a.match(/(iphone|ipod|ipad)/);if(b){$(".tc-lightbox").fancybox({overlayColor:"#000",padding:10,width:760,autoDimensions:true,autoScale:true,transitionIn:"elastic",type:"ajax",scrolling:"yes",transitionOut:"elastic"})}else{$(".tc-lightbox").fancybox({overlayColor:"#000",padding:10,width:760,height:700,autoDimensions:true,autoScale:true,transitionIn:"elastic",type:"iframe",scrolling:"yes",transitionOut:"elastic"})}$(".link-payonline").fancybox({overlayColor:"#000",padding:10,width:700,height:700,autoScale:true,transitionIn:"elastic",type:"iframe",transitionOut:"elastic"});$("div.quote-client").hide().first().show().addClass("current").next().next().addClass("next");$("div.quote-words").hide().first().show().addClass("current").next().next().addClass("next");setInterval("rotateTestimonials()",5000)});function rotateTestimonials(){$("div.quote-client.current").fadeOut().removeClass("current");$("div.quote-words.current").fadeOut().removeClass("current");$("div.quote-client.next").fadeIn().removeClass("next").addClass("current");$("div.quote-words.next").fadeIn().removeClass("next").addClass("current");if($("div.quote-client.current.last").length>0){$("div.quote-client.first").fadeOut().addClass("next");$("div.quote-words.first").fadeOut().addClass("next")}else{$("div.quote-client.current").next().next().addClass("next");$("div.quote-words.current").next().next().addClass("next")}};
