// JavaScript Document







$(document).ready(function(){



$(".slideshow").css('display', 'block');

$('#facebookLink').tipsy({gravity: 'e', fade: true});
$('.addtocart').tipsy({gravity: 's', fade: true});
 

/*



$("#appointmentLink").click(function () {



$("#investPaneCenter").fadeIn("slow");



});











		$("#datepick").datepicker({ dateFormat: 'DD dth, MM yy',

								  onSelect: function(dateText, inst) { $("#clockpick").focus(); }

});





$('#front-slideshow').cycle({ 

    fx:    'fade', 

    speed:  1000,

timeout: 5000

							});











*/



});





/*

function showConsultForm()



{



	 $("#investPaneCenter").hide();



	$("#appointmentWindowTwo").fadeIn("slow");



}







function showReturningClientForm()



{



	 $("#investPaneCenter").hide();



	 window.location="index.php?id=20";



}

*/


