$(function(){$.ajax({type:"GET",url:"http://posterous.com/api/2/sites/3073538/posts/public?callback=?",dataType:"jsonp",success:function(json){for(var i in json){$("#recent-entries").append("<a class=\"blog-entry\" href="+json[i].full_url+">"+json[i].title+"</a>");}}});$('#bookonline, a#booko').click(function(e){e.preventDefault();
$('#bookpop').fadeIn(); $('#articles').animate({opacity:0});return false;});$('#closebook').click(function(e){e.preventDefault();$('#bookonline');$('#articles').animate({opacity:1});$('#bookpop').fadeOut();});$('#animateIn a').hide();$('.short_day').click(function(){var thep=$(this).text().toLowerCase();$('#animateIn #'+thep).toggle(function(){$(this).animate({opacity:1},200);});});var dmon=$('#days a:nth-child(1)');var dtue=$('#days a:nth-child(2)');var dweb=$('#days a:nth-child(3)');var dthu=$('#days a:nth-child(4)');var dfri=$('#days a:nth-child(5)');var dsat=$('#days a:nth-child(6)');var dsun=$('#days a:nth-child(7)');dsat.hide();dsun.hide();$('.wrapDays a').click(function(e){e.preventDefault();$(this).addClass('on');var dmon=$('#days a:nth-child(1)');var dtue=$('#days a:nth-child(2)');var dweb=$('#days a:nth-child(3)');var dthu=$('#days a:nth-child(4)');var dfri=$('#days a:nth-child(5)');var dsat=$('#days a:nth-child(6)');var dsun=$('#days a:nth-child(7)');dsat.hide();dsun.hide();if((this).hasClass('on')){$('form#pf').append('<input type="hidden" name="day" value="mon" />');}});$('#cancel').click(function(e){e.preventDefault();var url="contact.php";$(location).attr('href',url);});var a=[{id:01,title:'',src:'_assets/img/pg/someimage.png',descrip:'.'},{id:02,title:'Waiting Area',src:'_assets/img/pg/im-4.jpg',descrip:'Read magazines, lounge on the comfortable chairs or sofa in the waiting area.'},{id:03,title:'Reception Counter',src:'_assets/img/pg/im-2.jpg',descrip:'This is where you will check in.'},{id:04,title:'A treatment room',src:'_assets/img/pg/im-3.jpg',descrip:'Everything is clean, spacious, and designed around enhancing your experience at our practice.'},{id:05,title:'Mini-sink',src:'_assets/img/pg/im-10.jpg',descrip:'Use your foot to turn on the faucet. The latest in hygenic design. You can rinse your mouth or wash your hands here.'},{id:06,title:'LCD Screens',src:'_assets/img/pg/im-7.jpg',descrip:'Your digital x-rays, and intra-oral images will appear here automatically. Review your treatment plan with the dentist.\n\
See it. We review your treatment together with you and answer any questions that you have. '},{id:07,title:'High Tech Sterilization Area',src:'_assets/img/pg/steriliz2.jpg',descrip:'Our cleanliness level is way beyond that required by law. We sterilize all instruments, tools using a five step system which includes ultra-sonic disinfection. Your teeth will be happy and clean.'},{id:08,title:'Book your appointment now!',src:'_assets/img/pg/last.png',descrip:'Call us at (415)771-0800 to schedule your dental appointment. We are here to help you.'},],a_length=a.length,display=$("#display"),nextBtn=$("#next"),prevBtn=$("#previous");thetitle=$("h1.title");$('.total').text(a_length);function doIt(i){nextBtn.prop("disabled",(i==(a_length-1)));prevBtn.prop("disabled",(i<=0));display.data("count",i);var img=$('<img/>',{src:a[i].src,title:a[i].title});display.empty().append(img);$('.description').text(a[i].descrip);$(thetitle).text(a[i].title);$('.cur').text(a[i].id);}
doIt(0);nextBtn.click(function(e){doIt(display.data("count")+1);});prevBtn.click(function(e){doIt(display.data("count")-1);});$('a.backToTop').click(function(event){$('html, body').animate({scrollTop:'0px'},300);event.preventDefault();});
$("a#navL_newinfo").click(function(){
   $(this).addClass('inon');
   $('#navL_a_newinfo').slideDown();
});
$("#navL_a_newinfo a#miniclose").click(function(){
   $('#navL_a_newinfo').slideUp();
   $('a#navL_newinfo').removeClass('inon');
});

$("a#close").animate({opacity:0.6});
$("a#close").hover(function(){
    $(this).animate({opacity:0.6},300);
},function(){
    $(this).animate({opacity:1},100);
});});
