$(document).ready(function() {
	//SLIDESHOW
	$('.testimonials_slide')
	.after('<div id="nav_slide">')
	.cycle({
		fx: 'fade',
		cleartypeNoBg: true,
		pager: "#nav_slide"
	});
	
	//ADD SOME SPAN
	$("#nav > li.nav_parent > a").each(function() {
		$(this).append("<span></span>");
	});
	
	/*FLY THAT PLANE
	var plane = "#plane";
	var boxTop = $("#banner_wrap").offset().top;
	var boxLeft = $("#banner_wrap").offset().left;
	var slideLeft = boxLeft+330;
	
	$("#banner_wrap").css({"position":"static"});
	
	$(plane).css({ "right":"-716px", "top": boxTop+"px"});
		
	$(plane).animate({
   		right: slideLeft+'px'},
	{
		easing: 'easeOutQuint',
		duration: 2000
	}, 100); */
	
	$(".custom1").wrapInner("<div class='custom1_inner'>");
	//VALIDATION
	$('#contactForm').fishValidate();
	/*CUFON
	Cufon.replace('.cufon, h1, h2, h3');*/
	
	//TWITTER
	
	$("#tweets").tweet({
        join_text: "Join Us",
        username: "LPMqa",
        count: 2,
        auto_join_text_default: "we said,",
        auto_join_text_ed: "we",
        auto_join_text_ing: "we were",
        auto_join_text_reply: "we replied",
        auto_join_text_url: "we were checking out",
        loading_text: "loading tweets..."
      });
});
