$(document).ready(function(){	
		$("a").easyTooltip();
		$("a#link1").easyTooltip({
			tooltipId: "easyTooltip2",
			content: '<h4>January</h4><p>In January we guarantee that we will definitely find the writer for your order to be completed on time and properly in 75%-80% of all cases.</p>'
		});
		$("a#link2").easyTooltip({
			tooltipId: "easyTooltip2",
			content: '<h4>February</h4><p>During February the writer will be definitely assigned within the shortest time frame in 75%-80% of all cases as well as in January.</p>'
		});
		$("a#link3").easyTooltip({
			tooltipId: "easyTooltip2",
			content: '<h4>March</h4><p>Spring is the rush season - we have a lot of orders and some of our writers are even a bit overloaded. So we guarantee that we\'ll find the writer within the first 12-24 hours in 50% of all cases.</p>'
		});
		$("a#link4").easyTooltip({
			tooltipId: "easyTooltip2",
			content: '<h4>April</h4><p>50% guarantee that the writer will be assigned to your project during the first 24 h.</p>'
		});
		$("a#link5").easyTooltip({
			tooltipId: "easyTooltip2",
			content: '<h4>May</h4><p>The paper will be assigned to the most appropriate writer within 12-24 h in 50% of all cases due to rush season.</p>'
		});
		$("a#link6").easyTooltip({
			tooltipId: "easyTooltip2",
			content: '<h4>June</h4><p>We do not have bunch of orders during Summer time, so almost all our writers are available to start working on your project immediately. </p>'
		});
		$("a#link7").easyTooltip({
			tooltipId: "easyTooltip2",
			content: '<h4>July</h4><p>We guarantee that the writer will be assigned within the next 3-6 hours.</p>'
		});
		$("a#link8").easyTooltip({
			tooltipId: "easyTooltip2",
			content: '<h4>August</h4><p>Your order will be assigned to the most appropriate researcher within the shortest time frame.</p>'
		});
		$("a#link9").easyTooltip({
			tooltipId: "easyTooltip2",
			content: '<h4>September</h4><p>In mostly 100% of all cases the writer woill  be assigned within the shortest time frame as well as in summer time.</p>'
		});
		$("a#link10").easyTooltip({
			tooltipId: "easyTooltip2",
			content: '<h4>October</h4><p>During October the number of the orders starts to increase notably and, as a result we can guarantee that the writer would be assigned within 24h for your order to be completed on time in 60%-75% of all cases.</p>'
		});
		$("a#link11").easyTooltip({
			tooltipId: "easyTooltip2",
			content: '<h4>November</h4><p>The writer will be assigned to your paper during a day in 70%-75% of all cases due to winter rush season.</p>'
		});
		$("a#link12").easyTooltip({
			tooltipId: "easyTooltip2",
			content: '<h4>December</h4><p>During a winter season we have plenty of writers available to work at the very moment you might require their help. In December we guarantee that the writer will be assigned within the first 12-24 h in 50% of all cases.</p>'
		});
	});
