// JavaScript Document

$(document).ready(function() {
						   
    $(".brouchuretab").click(function () {
      $(".brochureContent").slideToggle("slow");
    });
						   });

$(document).ready(function() {
						   
    $(".sixmonthtab").click(function () {
       window.location = "http://www.cbmacademy.com/fivemonthcourse.html";
    });
						   });

$(document).ready(function() {
						   
    $(".schoolopendaytab").click(function () {
      $(".schoolopendaycontent").slideToggle("slow");
    });
						   });

$(document).ready(function() {
						   
    $(".personaltourtab").click(function () {
      $(".personaltourcontent").slideToggle("slow");
    });
						   });

$(document).ready(function() {
						   
    $(".blogtab").click(function () {
     window.location="http://www.cbmacademy.com/testimonials.html";
    });
						   });
//hide content

$(document).ready(function() {
						   
    $("#brochurehide1").click(function () {
      $(".brochureContent").hide("slow");
    });   
						   });
$(document).ready(function() {
						   
    $("#sixmonthhide2").click(function () {
      $(".sixmonthscontent").hide("slow");
    });   
						   });

$(document).ready(function() {
						   
    $("#schoolopendayhide3").click(function () {
      $(".schoolopendaycontent").hide("slow");
    });   
						   });

$(document).ready(function() {
						   
    $("#personaltourhide4").click(function () {
      $(".personaltourcontent").hide("slow");
    });   
						   });
$(document).ready(function() {
						   
    $("#bloghidehide5").click(function () {
      $(".blogcontent").hide("slow");
    });   
						   });

//on click hide all
//when click on brochure
$(document).ready(function() {
						   
    $(".brouchuretab").click(function () {
      $(".sixmonthscontent").hide("slow");
	        $(".schoolopendaycontent").hide("slow");
			      $(".personaltourcontent").hide("slow");

      $(".blogcontent").hide("slow");

	  
    });
						   });

//when click on sixmonth
$(document).ready(function() {
						   
    $(".sixmonthtab").click(function () {
      $(".brochureContent").hide("slow");
	        $(".schoolopendaycontent").hide("slow");
			      $(".personaltourcontent").hide("slow");

      $(".blogcontent").hide("slow");

	  
    });
						   });
//when click on school open day
$(document).ready(function() {
						   
    $(".schoolopendaytab").click(function () {
      $(".brochureContent").hide("slow");
	        $(".sixmonthscontent").hide("slow");

			      $(".personaltourcontent").hide("slow");

      $(".blogcontent").hide("slow");

	  
    });
						   });

//when click on personal tour
$(document).ready(function() {
						   
    $(".personaltourtab").click(function () {
      $(".brochureContent").hide("slow");
	        $(".sixmonthscontent").hide("slow");
	        $(".schoolopendaycontent").hide("slow");


      $(".blogcontent").hide("slow");

	  
    });
						   });

//when click on blog
$(document).ready(function() {
						   
    $(".blogtab").click(function () {
      $(".brochureContent").hide("slow");
	        $(".sixmonthscontent").hide("slow");
	        $(".schoolopendaycontent").hide("slow");

			      $(".personaltourcontent").hide("slow");


	  
    });
						   });


$(document).ready(function() {
						   
		$("html body").append("<div id='sharethis'><table width='40' border='0' height='100%'><tr><td valign='middle'><span style='color:#FF0'>Share</span><span  class='st_facebook_large' ></span><br /><span  class='st_linkedin_large' ></span><br /><span  class='st_twitter_large' ></span><br /><span  class='st_yahoo_large' ></span><br /><span  class='st_gbuzz_large' ></span><br /><span  class='st_email_large' ></span><br /><span  class='st_sharethis_large' ></span><br /><br /><script type='text/javascript'>var switchTo5x=false;</script><script type='text/javascript' src='http://w.sharethis.com/button/buttons.js'></script><script type='text/javascript'>stLight.options({publisher:'f1de7f15-6fc3-42a7-8db5-091c20e88789'});</script></td></tr></table></div>")
		
		
						   });
$(document).ready(function() {
						   
		$("html body").append("<div id='joinus'><table width='40' border='0' height='100%'><tr><td><table width='41' border='0'><tr><td width='8' rowspan='3' valign='top'><img src='images/Join-us-at.png' width='14' height='94'></td><td width='8'><a href='https://www.facebook.com/pages/Christine-Blundell-Make-up-Academy/246751076886' target='_blank'><img src='images/socialicon/facebook.png' width='30' height='30' border='0' /></a></td></tr><tr><td><a href='http://twitter.com/#!/CBMakeupAcademy' target='_blank'><img src='images/socialicon/twitter.png' width='30' height='30' border='0' /></a></td></tr><tr><td><a href='http://www.youtube.com/cbmacademy' target='_blank'><img src='images/socialicon/youtube.png' width='30' height='30' border='0' /></a></td></tr></table></td></tr></table></div>")
		
		
						   });


$(function() {
		$("span[rel]").overlay({mask: '#000'});
});
