$(document).ready(function(){
	
$('.intro1').oneTime(50, function(){
	$('.intro1').fadeIn(700);
});
$('.intro1').oneTime(6500, function(){
	$('.intro1').fadeOut(400);
});

$('.intro2').oneTime(6900, function(){
	$('.intro2').fadeIn(700);
});
$('.intro2').oneTime(11000, function(){
	$('.intro2').fadeOut(400);
});

$('.intro3').oneTime(11400, function(){
	$('.intro3').fadeIn(700);
});
$('.intro3').oneTime(17500, function(){
	$('.intro3').fadeOut(400);
});

$('.intro4').oneTime(17900, function(){
	$('.intro4').fadeIn(700);
});
$('.intro4').oneTime(23000, function(){
	$('.intro4').fadeOut(400);
});

$('.intro5').oneTime(23400, function(){
	$('.intro5').fadeIn(700);
});
$('.intro5').oneTime(30400, function(){
	$('.intro5').fadeOut(400);
});

$('.intro6').oneTime(30800, function(){
	$('.intro6').fadeIn(700);
});
$('.intro6').oneTime(35800, function(){
	$('.intro6').fadeOut(400);
});

$('.intro7').oneTime(36200, function(){
	$('.intro7').fadeIn(700);
});
$('.intro7').oneTime(40200, function(){
	$('.intro7').fadeOut(400);
});

$('.intro8').oneTime(40600, function(){
	$('.intro8').fadeIn(700);
});
$('.intro8').oneTime(46600, function(){
	$('.intro8').fadeOut(400);
});

$('.intro9').oneTime(47000, function(){
	$('.intro9').fadeIn(700);
});
$('.intro9').oneTime(51400, function(){
	$('.intro9').fadeOut(400);
});

$('.intro1').oneTime(51800, function(){
	$('.intro1').fadeIn(400);
});

/*preloadimages*/
  var newPhoto1 = new Image();
  newPhoto1.src = 'http://www.turningpointcenters.com/images/main/drug_rehabctr8.jpg';
  
  var newPhoto2 = new Image();
  newPhoto2.src = 'http://www.turningpointcenters.com/images/main/home_photos/HP_0053-Edit.jpg';
  
  var newPhoto3 = new Image();
  newPhoto3.src = 'http://www.turningpointcenters.com/images/main/drug_rehabctr1.jpg';
  
  var newPhoto4 = new Image();
  newPhoto4.src = 'http://www.turningpointcenters.com/images/main/home_photos/HP_0350-Edit.jpg';  
  
  var newPhoto5 = new Image();
  newPhoto5.src = 'http://www.turningpointcenters.com/images/main/drug_rehabctr7.jpg';
  
  var newPhoto6 = new Image();
  newPhoto6.src = 'http://www.turningpointcenters.com/images/main/home_photos/HP_0578-Edit.jpg';
  
  var newPhoto7 = new Image();
  newPhoto7.src = 'http://www.turningpointcenters.com/images/main/home_photos/HP_0719-Edit.jpg';  
  
  var newPhoto8 = new Image();
  newPhoto8.src = 'http://www.turningpointcenters.com/images/main/home_photos/HP_0780-Edit.jpg';  

});
