<?	$str = file_get_contents("http://183.82.96.238:8183/api/sevas/GetSevaAvailableDates?SevaId=".$_GET['sevaid']."&TimeSlotID=".$_GET['slotid']); 
	header("Content-Type: application/json");
	echo $str;
?>