// JavaScript Document	
var $jquery = jQuery.noConflict();
	
			$jquery(document).ready(function(){	
			$jquery("a").easyTooltip();
			$jquery("a#link").easyTooltip({
			tooltipId: "easyTooltip2",
			content: '<p>Short term luxury serviced apartments are less than one year rental agreement.</p>'
			});
			$jquery("a").easyTooltip();
			$jquery("a#reset").easyTooltip({
			tooltipId: "easyTooltip2",
			content: '<p>Resets the form.</p>'
			});
			$jquery("a").easyTooltip();
			$jquery("a#link2").easyTooltip({
			tooltipId: "easyTooltip2",
			content: '<p>Long term luxury serviced apartments are minimum one year rental agreement.</p>'
			});
			$jquery("a").easyTooltip();
			$jquery("a#maplink").easyTooltip({
			tooltipId: "easyTooltip2",
			content: '<p>Bangkok area search map.<br>Find rental properties near<br>the BTS or MRT train lines.</p>'
			});
			$jquery("a").easyTooltip();
			$jquery("a#maplink2").easyTooltip({
			tooltipId: "easyTooltip2",
			content: '<p>Bangkok area search map.<br>Find rental properties near<br>the BTS or MRT train lines.</p>'
			});
			$jquery("a").easyTooltip();
			$jquery("td#answer").easyTooltip({
			tooltipId: "easyTooltip2",
			content: '<p>Please answer the question<br> <strong>--> What color is the sky?</strong></p>'
			});

			$jquery("a").easyTooltip();
			$jquery("a#office_address").easyTooltip({
			tooltipId: "easyTooltip2",
			content: '<p>Click to see Bangkokfinder office location in google maps.</p>'
			});












			});
