<style>
    .footer_cls
    {
        display:none;
    }
</style>
<link rel="stylesheet" id="style_form-css" href="//tap5.myagentgenie.com/tarablades/wp-content/plugins/my-booking-genie/assets/css/bootstrap-responsive.css" type="text/css" media="all">
<style type="text/css">
div#top-bar-menu {
    display: none;
}
.footer_cls {
    display:none;
}
</style>

                        <input type="submit" style="text-align:center; font:bold 24px 'Trebuchet MS', Arial, Helvetica, sans-serif; color:#fff; border-radius:6px; background:#bb2733; border:none; padding:7px 15px; cursor:pointer; margin-bottom:20px" value="SUBMIT MY PAYMENT" name="submit1">
                    </div>
                </div>
            </div>
        </div>
    </form>
</div><link rel="stylesheet" id="mbg_easy_style_form-css" href="//tap5.myagentgenie.com/tarablades/wp-content/plugins/my-booking-genie/assets/css/mbg_easy_style.css" type="text/css" media="all">
<link rel="stylesheet" id="style_form-css" href="//tap5.myagentgenie.com/tarablades/wp-content/plugins/my-booking-genie/assets/css/style_form.css" type="text/css" media="all">

<style>
.footer_cls, .title h1
{
	display:none;
}
div#top-bar-menu {
    display: none;
}

</style>
<div class="sing_up_form"><div class="container"><h1>Start Packing!</h1>
	<span class="SmallH1">You have submitted your reservation request for Confirmation Page</span><hr />
	<p><center>I will process your request and contact you with additional information.<br/><br/>
<strong>PLEASE NOTE: THIS IS A RESERVATION REQUEST ONLY.  YOU WILL RECEIVE A
CONFIRMATION ONCE YOUR PAYMENT HAS BEEN PROCESSED AND YOUR ROOM
ASSIGNED.</strong></center></p><p><center>If you have any questions or would like more information regarding your
trip, please contact me at:</center></p>
<center><h4>Tara Blades</h4></center>
		<div class="phone_cls">
			<center>443-292-2430 * <a href="mailto:travelsthroughtara@gmail.com?Subject=Hello" target="_top" style="text-decoration:underline">
			travelsthroughtara@gmail.com
			</a></center><br />&nbsp;
		</div>
</div>
</div><link rel="stylesheet" id="style_form-css" href="//tap5.myagentgenie.com/tarablades/wp-content/plugins/my-booking-genie/assets/css/bootstrap-responsive.css" type="text/css" media="all">
<link rel="stylesheet" id="style_form-css" href="//tap5.myagentgenie.com/tarablades/wp-content/plugins/my-booking-genie/assets/css/mbg_easy_style.css" type="text/css" media="all">
<link rel="stylesheet" href="//tap5.myagentgenie.com/tarablades/wp-content/plugins/my-booking-genie/assets/css/style_form.css" type='text/css' media='all'  />

<style type="text/css">
header.header > .fl-builder-content,
div#top-bar-menu {
    display: none;
}
.footer_cls
{
display:none;
}
#mm-0{
  display:none;
}
.title{
    display:none;
}
.container {
    text-align: center;
}
</style>


<div class="container">
<div class="Logo"><img src="//tap5.myagentgenie.com/tarablades/wp-content/uploads/sites/4370/2024/01/travels-tara-final-01-scaled.jpg" width="200px"/></div>
<h1 class="confirm-thanks">
Thank you for submitting your payment information
</h1>

<div class="payment-footer">
<h4 class="mbg-agent-name">Travels Through Tara</h4>


<h4 class="mpg-agent-info"> <a href="">
</a></h4>

<h4 class="mpg-agent-info"><a href="mailto:"></a></h4>
  
</div>
</div>
                        

  
<link rel="stylesheet" id="style_form-css" href="//tap5.myagentgenie.com/tarablades/wp-content/plugins/my-booking-genie/assets/css/bootstrap-responsive.css" type="text/css" media="all">
<style type="text/css">
div#top-bar-menu {
    display: none;
	
}
div.title{
	display:none;
}
.g-recaptcha {
	clear: both;
}
</style>
<!--<script src="//tap5.myagentgenie.com/tarablades/wp-content/plugins/orb_custom_registration/js/jquery.min.js"></script>-->
<link rel="stylesheet" href="//code.jquery.com/ui/1.11.0/themes/smoothness/jquery-ui.css">
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
<script src="//code.jquery.com/ui/1.11.0/jquery-ui.js"></script>
<script src="//tap5.myagentgenie.com/tarablades/wp-content/plugins/my-booking-genie/assets/js/jSignature.min.noconflict.js"></script>

<script>
$(function() {
	$( ".datepicker" ).datepicker({ yearRange: "-100:+0", changeMonth: true,
		changeYear: true,
		showButtonPanel: true
	});
});

$(document).ready(function() {
	var template = $("#card");
	$("#add_filds").click(function() {
		console.log('test');
		$dup = $(template).clone();
		$("#card").append('<hr>' + $($dup).html());
	});
});

function formvalidation() {
	var cabin_category   =  $("#cabin_category").val();

	var pone_firstname   =  $("#pone_firstname").val();
	var pone_midname     =  $("#pone_midname").val();
	var pone_lastname    =  $("#pone_lastname").val();
	var pone_gender      =  $("#pone_gender").val();
	var pone_citizen     =  $("#pone_citizen").val();
	var pone_dob         =  $("#pone_dob").val();

	var travel_Insurance =	$("#travel_Insurance").val();
	var travel_Cancel    =  $("#travel_Cancel").val();
	var billing_fname    =  $("#billing_fname").val();
	var billing_lname    =  $("#billing_lname").val();
	var billing_address  =  $("#billing_address").val();
	var billing_city     =  $("#billing_city").val();
	var billing_state    =  $("#billing_state").val();
	var billing_zip      =  $("#billing_zip").val();
	var billing_phone    =  $("#billing_phone").val();
	var billing_email    =  $("#billing_email").val();

	var card_name        =  $("#card_name").val();
	var card_type        =  $("#card_type").val();
	var card_month       =  $("#card_month").val();
	var card_year        =  $("#card_year").val();
	var card_number      =  $("#card_number").val();

	var post_c      	 =  $("#post_c").val();
	var post_total       =  $("#post_total").val();

	var verbal			 =  $('input[name=verbal_approval]:checked').val();
	var concent			 =  $('#electronic_consent:checked').val();
	var sig 			 =	$('#electronic_consent_name').val();

	if(cabin_category == "") {
		alert("Please Select Cabin Category");
		jQuery("#cabin_category").focus();
		return false;
	}

	if(pone_firstname == "") {
		alert("Please Provide First Name of Traveler one ");
		jQuery("#pone_firstname").focus();
		return false;
	}

	if(pone_lastname == "") {
		alert("Please Provide Last Name of Traveler one ");
		jQuery("#pone_lastname").focus();
		return false;
	}

	if(pone_gender == "") {
		alert("Please Select Gender of Traveler one ");
		jQuery("#pone_gender").focus();
		return false;
	}

	if(pone_citizen == "") {
		alert("Please Select U. S. Citizen of Traveler one ");
		jQuery("#cabin_category").focus();
		return false;
	}

	if(pone_dob == "") {
		alert("Please Select Date of Birth of Traveler one ");
		jQuery("#pone_dob").focus();
		return false;
	}

	if(travel_Insurance == "") {
		alert("Please Select TRAVEL INSURANCE OPTIONS");
		jQuery("#travel_Insurance").focus();
		return false;
	}

	if(travel_Cancel == "") {
		alert("Please Select TRAVEL CANCELLATION INSURANCE");
		jQuery("#travel_Cancel").focus();
		return false;
	}

	if(billing_fname == "") {
		alert("Please Enter Billing First Name");
		jQuery("#billing_fname").focus();
		return false;
	}

	if(billing_lname == "") {
		alert("Please Enter Billing Last Name");
		jQuery("#billing_lname").focus();
		return false;
	}

	if(cabin_category == "") {
		alert("Please Select Cabin Category");
		jQuery("#cabin_category").focus();
		return false;
	}

	if(billing_address == "") {
		alert("Please Enter Billing Address");
		jQuery("#billing_address").focus();
		return false;
	}

	if(billing_city == "") {
		alert("Please Enter Billing city");
		jQuery("#billing_city").focus();
		return false;
	}

	if(billing_state == "") {
		alert("Please Enter Billing State");
		jQuery("#billing_state").focus();
		return false;
	}

	if(billing_zip == "") {
		alert("Please Enter Billing Zip");
		jQuery("#billing_zip").focus();
		return false;
	}

	if(billing_phone == "") {
		alert("Please Enter Billing Phone");
		jQuery("#billing_phone").focus();
		return false;
	}

	if(billing_email == "") {
		alert("Please Enter Billing Email");
		jQuery("#billing_email").focus();
		return false;
	}

	if(card_name == "") {
		alert("Please Enter Name on Card");
		jQuery("#card_name").focus();
		return false;
	}

	if(card_number == "") {
		alert("Please Enter Card Number");
		jQuery("#card_number").focus();
		return false;
	}

	if(card_type == "") {
		alert("Please Enter card type");
		jQuery("#card_type").focus();
		return false;
	}

	if(card_month == "") {
		alert("Please Enter Expiration Month");
		jQuery("#card_month").focus();
		return false;
	}

	if(card_year == "") {
		alert("Please Enter Expiration Year");
		jQuery("#card_year").focus();
		return false;
	}

		if(post_total == "") {
		alert("Please Enter Captcha");
		jQuery("#post_total").focus();
		return false;
	}

	if(post_total != post_c) {
		alert("Please Enter Correct Captcha");
		jQuery("#post_total").focus();
		return false;
	}
	}
</script>
 <style>
#add_filds:hover
{
color:#BB2733;
cursor:pointer;
}
</style>

<form class="sing_up_form" action="//tap5.myagentgenie.com/tarablades/confirmation-page/" name="customer_reg_form" id="payment" method="post" onsubmit="return formvalidation();">

<div class="container">
<div class="form-logo"><a href="" style="border:none">
<div class="Logo"><img src="//tap5.myagentgenie.com/tarablades/wp-content/uploads/sites/4370/2024/01/travels-tara-final-01-scaled.jpg" width="200px"/></div>
</a></div>
 <h1>Customer Sign Up </h1>
<span class="SmallH1">
	</span>
<span class="cruise_date">January 01 - January 01, 1970</span>

<h4 style="">Cancellation Penalties</h4>
<span class="blnk_div">

</span>

<div class="form-area">
<div class="border-div">
	<h4>Travelers Must Have Proper Travel Documents</h4>

	<p>For international travel, excluding cruises that begin at  and return to the same U.S. port, <strong>U.S. CITIZENS MUST HAVE A VALID PASSPORT</strong>.<br/>For cruises that begin at and return to the same U.S. port, <strong>U.S. CITIZENS</strong> must have a VALID PASSPORT or original certified birth certificate w/raised seal and photo ID. <strong>NON-U.S. CITIZENS</strong> and <strong>RESIDENT ALIENS</strong> should contact their respective embassies and U.S. Immigration for applicable regulations.</p>
</div>

<div class="heading-div">
	Only <a href="" style="color:#08325a;">ONE</a> Registration Form Per Cabin/Room Please
</div>

<div class="gray-form">
	<div class="div-repeat">
		<label>Select Your Cabin/Room Category </label>
		<select name="cabin_category" id="cabin_category" ><option value="">Select Cabin Category</option>
				</select>
	</div>
	
	<span class="heading1"> TRAVELERS MUST USE THEIR LEGAL NAMES AS THEY APPEAR ON THEIR PROOF OF CITIZENSHIP TO REGISTER</span>

	<!-----------passenger one------------------------------------------------------>
	<div class="row-form2">
		<ul>
			<li>
				<label> Traveler one</label>
				<input type="text" id="pone_firstname" placeholder="First Name" name="p_one[name]" style="">
			</li>
			<li>
				<input type="text" id="pone_midname" placeholder="Middle Name"  name="p_one[mid]" style="">
			</li>
			<li>
				<input type="text" id="pone_lastname" placeholder="Last Name"   name="p_one[last]" style="">
			</li>
			<li>
				<label>Gender</label>
				<select id="pone_gender"  name="p_one[gender]"><option value="">Please Select</option><option value="male">male</option><option value="female">female</option><option value="other">other</option></select>
			</li>
			<li>
				<label>U.S. Citizen</label>
				<select id="pone_citizen" name="p_one[citizen]">
					<option value="">Please Select</option>
					<option value="yes">yes</option>
					<option value="no">no</option>
				</select>
			</li>
			<li>
				<label>Date Of Birth</label>
				<input type="text" id="pone_dob" placeholder="Date of Birth"   name="p_one[dob]" class="datepicker">
			</li>
		</ul>


		<!-----------passenger one end ------------------------------------------------------>


		<!-----------passenger two start ------------------------------------------------------>


		<ul>
			<li>
				<label> Traveler Two</label>
				<input type="text" placeholder="First Name"  name="p_two[name]">
			</li>
			<li>
				<input type="text" placeholder="Middle Name"  name="p_two[mid]" >
			</li>
			<li>
				<input type="text" placeholder="Last Name"  name="p_two[last]">
			</li>
			<li>
				<label>Gender</label>
				<select name="p_two[gender]">
					<option value="">Please Select
					<option>
					<option value="male">male</option>
					<option value="female">female</option>
					<option value="other">other</option>
				</select>
			</li>
			<li>
				<label>U.S. Citizen</label>
				<select name="p_two[citizen]"><option value="">Please Select</option><option value="yes">yes</option><option value="no">no</option></select>
			</li>
			<li>
				<label>Date of Birth</label>
				<input type="text"  placeholder="Date of Birth"   name="p_two[dob]" class="datepicker">
			</li>
		</ul>
		<!-----------end passenger two------------------------------------------------------>

		<!-----------start passenger three------------------------------------------------------>


		<ul>
			<li>
				<label> Traveler Three</label>
				<input type="text" placeholder="First Name" name="p_three[name]">
			</li>
			<li>
				<input type="text" placeholder="Middle Name" name="p_three[mid]">
			</li>
			<li>
				<input type="text" placeholder="Last Name" name="p_three[last]">
			</li>
			<li>
				<label>Gender</label>
				<select name="p_three[gender]">
					<option value="">Please Select</option>
					<option value="male">male</option>
					<option value="female">female</option>
					<option value="other">other</option>
				</select>
			</li>
			<li>
				<label >U.S. Citizen</label>
				<select name="p_three[citizen]">
					<option value="">Please Select</option>
					<option value="yes">yes</option>
					<option value="no">no</option>
				</select>
			</li>
			<li>
				<label>Date of Birth</label>
				<input type="text" placeholder="Date of Birth" name="p_three[dob]" class="datepicker">
			</li>
		</ul>

		<!-----------end passenger three------------------------------------------------------>

		<!-----------start passenger Four------------------------------------------------------>


		<ul>
			<li>
				<label> Traveler Four</label>
				<input type="text" placeholder="First Name"  name="p_four[name]"  >
			</li>
			<li>
				<input type="text" placeholder="Middle Name"  name="p_four[mid]">
			</li>
			<li>
				<input type="text" placeholder="Last Name" name="p_four[last]">
			</li>
			<li>
				<label>Gender</label>
				<select name="p_four[gender]">
					<option value="">Please Select</option>
					<option value="male">male</option>
					<option value="female">female</option>
					<option value="other">other</option>
				</select>
			</li>
			<li>
				<label>U.S. Citizen</label>
				<select name="p_four[citizen]">
					<option value="">Please Select</option>
					<option value="yes">yes</option>
					<option value="no">no</option>
				</select>
			</li>
			<li>
				<label>Date of Birth</label>
				<input type="text"  placeholder="Date of Birth"   name="p_four[dob]" class="datepicker">
			</li>
		</ul>
	</div>
</div>
	<div class="">
		<span class="heading3">Travel Cancellation Insurance</span>
		<p>We strongly recommend purchasing travel insurance due to the vendor's very strict cancellation policies. This is to confirm that you are aware of the cancellation penalties as described above on this page and that travel insurance is available for purchase to protect against cancellation penalties due to unforeseen MEDICAL reasons.
		</p>
	</div>
	<div class="row select-section div-insurance">
		<div class="small-12 medium-6 column"><label>DO YOU UNDERSTAND YOUR TRAVEL INSURANCE OPTIONS?</label> <select  name="travel_Insurance" id="travel_Insurance"><option value="">Please Select</option><option value="Yes">Yes</option><option value="No">No</option></select></div>
		<div class="small-12 medium-6 column"><label>DO YOU WISH TO PURCHASE TRAVEL CANCELLATION INSURANCE? </label><select  name="travel_Cancel" id="travel_Cancel"><option value="">Please Select</option><option value="Yes">Yes</option><option value="No">No</option></select></div>
	</div>

<div class="gray-form">
	<span class="heading2"> Payment & Ticketing Information</span>
	<span class="small-text">(P.O. Boxes Not Accepted)</span>

	<div class="row">
		<div id="card">
			<div class="column small-12 medium-6"><input type="text" placeholder="First Name"  name = "billing[name][]" id="billing_fname" style="" /></div>
			<div class="column small-12 medium-6"><input type="text" placeholder="Last Name"  name = "billing[last][]" id="billing_lname" /></div>

			<div class="column small-12">
			<textarea name = "billing[address][]" placeholder="Address" id="billing_address"></textarea>
			</div>

			<div class="column small-6 medium-4"><input type="text" placeholder="City" name = "billing[city][]"/></div>
			<div class="column small-3 medium-4"><input type="text" placeholder="State" name = "billing[state][]" id="billing_state"/></div>
			<div class="column small-3 medium-4"><input type="text" placeholder="Zip Code" name = "billing[zip][]" id="billing_zip"></div>


			<div class="column small-12 medium-6"><input type="text" placeholder="Preferred Phone"  name = "billing[phone][]"id="billing_phone"/></div>
			<div class="column small-12 medium-6"><input type="text" placeholder="E-mail" name = "billing[mail][]" id="billing_email"/></div>
			<div style="height:30px;clear:both"></div>
			<div class="column small-12 medium-6">
				<input type="text" name = "card_name[]"  placeholder="Name as it appears on card" id="card_name"/>
			</div>
			<div class="column small-12 medium-6">
			<input type="text" placeholder="Amount to pay" name = "card_amount[]" value="" id="card_amount"/>
			</div>
			<div class="column small-6">
				<input type="text" name = "card_number[]" placeholder="Credit Card Number" id="card_number"/>
			</div>
			<div class="column small-3">
			  <select name="card_type[]" id="card_type">
			    <option value="" selected="">Card Type</option>
			    <option value="VISA">VISA</option>
			    <option value="MC">MC</option>
			    <option value="AMEX">AMEX</option>
				<option value="DISCOVER">DISCOVER</option>
				</select>
			</div>
			<div class="column small-3">
				<input type="text" name="card_cvv[]" value="" placeholder="CVV Number" id="card_cvv" >
			</div>
			<div class="column small-6" style="text-align:right"><label>Expiration Date</label></div>

			<div class="column small-3">
			<select name="card_month[]" id="card_month" style="">
			    <option value="" selected="">Month</option>
			    <option value="1">January</option>
			    <option value="2">February</option>
			    <option value="3">March</option>
			    <option value="4">April</option>
			    <option value="5">May</option>
			    <option value="6">June</option>
			    <option value="7">July</option>
			    <option value="8">August</option>
			    <option value="9">September</option>
			    <option value="10">October</option>
			    <option value="11">November</option>
			    <option value="12">December</option>
			</select>
			</div>
			<div class="column small-3">
			<input type="text" name="card_year[]" value="" placeholder="Year" id="card_year" style="float:left">
			</div>
		</div>
		<label><span id="add_filds">(+)add another card</span></label>
	</div>
</div>

<!-- deposit requirement -->

<div class="gray-form">
<span class="heading2">Deposit Requirements </span>
<p>It is the traveler's responsibility to determine the correct deposit amount. The deposit will be processed for the minimum amount required to secure the booking unless otherwise indicated by the traveler. Naturally, you can give your agent a call with any question.</p>
<div class="margin-div">
<p>
</p>
</div>
</div>

<!-- deposit requirement ends here -->

<!-- Additional Service Code Start from here -->
<!-- End Additional Service Code Start from here -->


<!-- text area for the additional request -->
<div class="gray-form">
<div id="card">
<span class="heading2">Additional information or special request</span>
<div class="form-input">
<textarea cols="15" rows="10" name="additional_request"></textarea>
</div>
</div>
</div>
<div class="gray-form">
<div id="card">
			
	<span class="heading2">Enter Captcha</span>
	<div style="margin:10px 0">
		<input type = "hidden"  value="2" name="post_a" id="post_a" >
		<input type = "hidden"  value="2" name="post_b" id="post_b">
		<input type = "hidden"  value="4" name="post_c" id="post_c">
		2 + 2 = <input type = "text"  value="" name="post_total" id="post_total">
	</div>
	</div>
</div>



<!-- text area for additional request ends here -->
<div align="center" class="last-input">
<input type = "hidden"  value="7972" name="post_id1">
<input type="submit" name ="process-mbg-signup" value="Submit My Reservation Request" /> </div>
</div>
</form>

				<div class="footer_cls row-fluid">
			<div class="footer_right span12">
				<div class="Bottom">
					<h4>  </h4>
					<div class="phone_cls">
						 * <a href='mailto:?Subject=Hello' target="_top" style="text-decoration:underline">
												</a><br />&nbsp;
					</div>
				</div>
			</div>
			<p class="sot">Florida Seller of Travel Ref. No. ST15578 - CST 2090937-50 – Washington UBID No. 603189022 - Iowa Registered Agency No. 1202</p>
		</div><!--end footer_cls-->		

	</div><!--end container-->
</div><!--end sing_up_form-->

<script>
</script>[{"id":7991,"date":"2024-01-09T18:41:09","date_gmt":"2024-01-09T23:41:09","guid":{"rendered":"https:\/\/tap5.myagentgenie.com\/tarablades\/?page_id=7991"},"modified":"2024-08-07T13:18:59","modified_gmt":"2024-08-07T17:18:59","slug":"group-travel-specialist","status":"publish","type":"page","link":"https:\/\/tap5.myagentgenie.com\/tarablades\/group-travel-specialist\/","title":{"rendered":"Group Travel Specialist"},"content":{"rendered":"<h1>\n\t\tGROUP TRAVEL<br \/>\n\t<\/h1>\n<p>Whether it\u2019s lazing on stunning sandy shores, singing along in your favorite cruise line\u2019s piano bar, or zipping down Alpine slopes, vacations are always a blast in a group. They\u2019re a time for creating irreplaceable memories that will be cherished and revisited for years to come. In days prior, the opportunities to develop these memories were limited; group travel options weren\u2019t as readily available. Today, all that has changed. Reunions, clubs, church groups, wedding parties, large families, or just a gathering of great friends all have the world open.<\/p>\n<p>With more options, however, comes more work. The number of decisions rises, as does the number of potential problems. Often, the group leaders are left feeling frustrated by trying to make everyone happy feels impossible; their vacation is less and less fun. This doesn\u2019t have to be a problem, though. With the help of a group travel specialist, options and decisions are simple. These are trained experts, knowledgeable about all the options available for you. From accommodations that cater to group needs to coordinating travel to arranging activities and events that interest all, group travel specialists are the people who can make your hopes for an unforgettable vacation a reality.<\/p>\n<p>\t\t\t<a href=\"..\/contact\/\" target=\"_self\" role=\"button\" rel=\"noopener noreferrer\"><br \/>\n\t\t\t\t\t\t\t Contact us today to start planning your group adventure<br \/>\n\t\t\t\t\t<\/a><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/tap.myagentgenie.com\/wp-content\/uploads\/2020\/09\/Certified-Groups.png\" alt=\"Family Travel Specialist badge\" width=\"288\" height=\"288\" \/><\/p>\n<p style=\"text-align: center;font-size: 14px;margin-top: 20px\">This agency has completed Advanced Group Travel training and has expert level knowledge and experience to help plan your next vacation.<\/p>\n<h3>\n\t\tPROUDLY REPRESENTING:<br \/>\n\t<\/h3>\n<p><img decoding=\"async\" src=\"https:\/\/tap.myagentgenie.com\/suppliers\/logos\/Carnivallogo.jpg\" alt=\"Carnival Cruise Line\" width=\"\" height=\"\" \/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/tap.myagentgenie.com\/suppliers\/logos\/globus1.gif\" alt=\"Globus\" width=\"\" height=\"\" \/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/tap.myagentgenie.com\/suppliers\/logos\/Trafalgar1.gif\" alt=\"Trafalgar\" width=\"\" height=\"\" \/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/tap.myagentgenie.com\/suppliers\/logos\/tauck2.gif\" alt=\"Tauck\" width=\"\" height=\"\" \/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/tap.myagentgenie.com\/suppliers\/logos\/Carnivallogo.jpg\" alt=\"Carnival Cruise Line\" width=\"\" height=\"\" \/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/tap.myagentgenie.com\/suppliers\/logos\/Carnivallogo.jpg\" alt=\"Carnival Cruise Line\" width=\"\" height=\"\" \/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/tap.myagentgenie.com\/wp-content\/uploads\/2020\/04\/Sandals-Logo-Royal-LIV.jpg\" alt=\"Sandals\" width=\"\" height=\"\" \/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/ww1.prweb.com\/prfiles\/2018\/04\/25\/15441495\/Classic%20Vacations.png\" alt=\"Classic Vacations\" width=\"\" height=\"\" \/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/tap.myagentgenie.com\/suppliers\/logos\/Pleasantholiday.gif\" alt=\"Pleasant Holidays\" width=\"\" height=\"\" \/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>GROUP TRAVEL Whether it\u2019s lazing on stunning sandy shores, singing along in your favorite cruise line\u2019s piano bar, or zipping down Alpine slopes, vacations are always a blast in a group. They\u2019re a time for creating irreplaceable memories that will be cherished and revisited for years to come. In days prior, the opportunities to develop [&hellip;]<\/p>\n","protected":false},"author":2421,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7991","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/pages\/7991","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/users\/2421"}],"replies":[{"embeddable":true,"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/comments?post=7991"}],"version-history":[{"count":0,"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/pages\/7991\/revisions"}],"wp:attachment":[{"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/media?parent=7991"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":8005,"date":"2024-01-06T16:15:59","date_gmt":"2024-01-06T21:15:59","guid":{"rendered":"https:\/\/tap5.myagentgenie.com\/tarablades\/payment-confirmation\/"},"modified":"2024-01-06T16:15:59","modified_gmt":"2024-01-06T21:15:59","slug":"payment-confirmation","status":"publish","type":"page","link":"https:\/\/tap5.myagentgenie.com\/tarablades\/payment-confirmation\/","title":{"rendered":"Payment Confirmation Page"},"content":{"rendered":"\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2421,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-8005","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/pages\/8005","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/users\/2421"}],"replies":[{"embeddable":true,"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/comments?post=8005"}],"version-history":[{"count":0,"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/pages\/8005\/revisions"}],"wp:attachment":[{"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/media?parent=8005"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":8004,"date":"2024-01-06T16:15:58","date_gmt":"2024-01-06T21:15:58","guid":{"rendered":"https:\/\/tap5.myagentgenie.com\/tarablades\/pay-now\/"},"modified":"2024-01-06T16:15:58","modified_gmt":"2024-01-06T21:15:58","slug":"pay-now","status":"publish","type":"page","link":"https:\/\/tap5.myagentgenie.com\/tarablades\/pay-now\/","title":{"rendered":"Payment Page"},"content":{"rendered":"\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2421,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-8004","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/pages\/8004","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/users\/2421"}],"replies":[{"embeddable":true,"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/comments?post=8004"}],"version-history":[{"count":0,"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/pages\/8004\/revisions"}],"wp:attachment":[{"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/media?parent=8004"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":7990,"date":"2024-01-06T16:12:57","date_gmt":"2024-01-06T21:12:57","guid":{"rendered":"https:\/\/tap5.myagentgenie.com\/tarablades\/confirmation-page\/"},"modified":"2024-01-06T16:12:57","modified_gmt":"2024-01-06T21:12:57","slug":"confirmation-page","status":"publish","type":"page","link":"https:\/\/tap5.myagentgenie.com\/tarablades\/confirmation-page\/","title":{"rendered":"Confirmation Page"},"content":{"rendered":"\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2421,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7990","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/pages\/7990","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/users\/2421"}],"replies":[{"embeddable":true,"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/comments?post=7990"}],"version-history":[{"count":0,"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/pages\/7990\/revisions"}],"wp:attachment":[{"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/media?parent=7990"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":7988,"date":"2020-08-07T08:53:38","date_gmt":"2020-08-07T12:53:38","guid":{"rendered":"https:\/\/tap.myagentgenie.com\/samplesite\/hawaii-travel-specialist-2\/"},"modified":"2024-08-07T13:18:59","modified_gmt":"2024-08-07T17:18:59","slug":"mexico-travel-specialist","status":"publish","type":"page","link":"https:\/\/tap5.myagentgenie.com\/tarablades\/mexico-travel-specialist\/","title":{"rendered":"Mexico Travel Specialist"},"content":{"rendered":"<h1>MEXICO<\/h1>\n<h2>Mexico Travel Specialist<\/h2>\n<p>Days spent relaxing by tropical surf with a refreshing drink in hand\u2026for many, this is the ideal vacation, and Mexico is a perfect choice. Certainly, Mexico boasts superb resorts tailored to just such interests. However, for the traveler who loves to explore further, much more awaits!<\/p>\n<p>Take a stroll down cultural lane as you watch the \u201creal\u201d Mexico come to life, or venture into the wilds of the continent, where unique jungle, flora, and fauna replace seaside. And all the while, your palate will be awakened as you sample the varied culinary delights of Mexico\u2014you\u2019ll discover far more than tacos and enchiladas.<\/p>\n<p>A trip to Mexico offers something for everyone!<\/p>\n<p><a role=\"button\" href=\"..\/contact\/\" target=\"_self\" rel=\"noopener noreferrer\"><br \/>\nContact us today to start planning your Mexican adventure<br \/>\n<\/a><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/tap.myagentgenie.com\/wp-content\/uploads\/2020\/08\/Certified-Mexico.png\" alt=\"Mexico Travel Specialist badge\" width=\"288\" height=\"288\" \/><\/p>\n<p style=\"text-align: center;font-size: 14px;margin-top: 20px\">This agency has completed Advanced Mexico destination training and has expert level knowledge and experience to help plan your next vacation.<\/p>\n<h3>PROUDLY REPRESENTING:<\/h3>\n<p><img decoding=\"async\" src=\"https:\/\/tap.myagentgenie.com\/suppliers\/logos\/Norwegianlogo.gif\" alt=\"Norwegian Cruise Line\" width=\"344\" height=\"\" \/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/tap.myagentgenie.com\/suppliers\/logos\/Palaceresorts.jpg\" alt=\"Palace Resorts\" width=\"\" height=\"\" \/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/tap.myagentgenie.com\/suppliers\/logos\/globus1.gif\" alt=\"Globus Family of Brands\" width=\"344\" height=\"\" \/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/tap.myagentgenie.com\/suppliers\/logos\/Carnivallogo.jpg\" alt=\"Carnival Cruise Line\" width=\"\" height=\"\" \/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/tap.myagentgenie.com\/wp-content\/uploads\/2019\/10\/La-Collecion.png\" alt=\"LA COLECCION RESORTS\" width=\"344\" height=\"\" \/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/tap.myagentgenie.com\/wp-content\/uploads\/2017\/08\/image002.jpg\" alt=\"Intrepid Travels\" width=\"\" height=\"\" \/><\/p>\n<p><img decoding=\"async\" src=\"http:\/\/seekvectorlogo.com\/wp-content\/uploads\/2018\/04\/ponant-vector-logo.png\" alt=\"Ponant Yacht Cruises\" width=\"344\" height=\"\" \/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/tap.myagentgenie.com\/wp-content\/uploads\/2020\/05\/VE-Logo-by-Sunwing-New-Blue.jpg\" alt=\"Vacation Express\" width=\"\" height=\"\" \/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/tap.myagentgenie.com\/suppliers\/logos\/Contiki.gif\" alt=\"Contiki\" width=\"\" height=\"\" \/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/bloximages.newyork1.vip.townnews.com\/stltoday.com\/content\/tncms\/assets\/v3\/editorial\/a\/04\/a04ef436-0b16-11e1-b914-0019bb30f31a\/4ebaeb38712e0.image.jpg\" alt=\"Apple Vacations\" width=\"344\" height=\"\" \/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>MEXICO Mexico Travel Specialist Days spent relaxing by tropical surf with a refreshing drink in hand\u2026for many, this is the ideal vacation, and Mexico is a perfect choice. Certainly, Mexico boasts superb resorts tailored to just such interests. However, for the traveler who loves to explore further, much more awaits! Take a stroll down cultural [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7988","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/pages\/7988","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/comments?post=7988"}],"version-history":[{"count":0,"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/pages\/7988\/revisions"}],"wp:attachment":[{"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/media?parent=7988"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":7975,"date":"2020-05-18T14:23:03","date_gmt":"2020-05-18T18:23:03","guid":{"rendered":"https:\/\/tap.myagentgenie.com\/samplesite\/?page_id=7975"},"modified":"2024-08-07T13:18:59","modified_gmt":"2024-08-07T17:18:59","slug":"all-inclusive-resorts-specialist","status":"publish","type":"page","link":"https:\/\/tap5.myagentgenie.com\/tarablades\/all-inclusive-resorts-specialist\/","title":{"rendered":"All-inclusive Resorts Specialist"},"content":{"rendered":"<h1>ALL-INCLUSIVE RESORTS<\/h1>\n<h2>The All-Inclusive Experience<\/h2>\n<p>The all-inclusive vacation experience not only transports you to an exciting destination, but also strips away typical travel frustrations. It&#8217;s an adventure that lets you delight in the best travel features&#8211;room service, meals, drinks, gratuities, and luxurious accommodations&#8211;without once pulling out your wallet. A more stress-free environment simply doesn&#8217;t exist.<\/p>\n<p>As an all-inclusive specialist, I am uniquely trained to make a vacation just like this yours. With my expertise and your dreams, we can build the ultimate trip of a lifetime.<\/p>\n<p><a role=\"button\" href=\"..\/contact\/\" target=\"_self\" rel=\"noopener noreferrer\"><br \/>\nContact us today to start to plan your next all-inclusive resort vacation<br \/>\n<\/a><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/tap.myagentgenie.com\/wp-content\/uploads\/2020\/05\/Certified-All-Inclusive.png\" alt=\"Advanced All-Inclusive training badge\" width=\"288\" height=\"288\" \/><\/p>\n<p style=\"text-align: center;font-size: 14px;margin-top: 20px\">This agency has completed Advanced All-Inclusive training and has expert level knowledge and experience to help plan your next vacation.<\/p>\n<h4>PROUDLY REPRESENTING:<\/h4>\n<p><img decoding=\"async\" src=\"https:\/\/tap.myagentgenie.com\/suppliers\/logos\/amresorts.gif\" alt=\"AM Resorts\" width=\"344\" height=\"\" \/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/tap.myagentgenie.com\/suppliers\/logos\/clubmed.gif\" alt=\"Club Med\" width=\"\" height=\"\" \/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/tap.myagentgenie.com\/suppliers\/logos\/hardrock1.gif\" alt=\"Hard Rock all-inclusive Hotels\" width=\"\" height=\"\" \/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/tap.myagentgenie.com\/wp-content\/uploads\/2019\/11\/image010.png\" alt=\"Karisma Hotels and Resorts\" width=\"\" height=\"\" \/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/tap.myagentgenie.com\/wp-content\/uploads\/2019\/10\/La-Collecion.png\" alt=\"LA COLECCION RESORTS\" width=\"344\" height=\"\" \/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/tap.myagentgenie.com\/suppliers\/logos\/Palaceresorts.jpg\" alt=\"Palace Resorts\" width=\"\" height=\"\" \/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/tap.myagentgenie.com\/wp-content\/uploads\/2019\/03\/logo-playa-hotels-and-resorts.png\" alt=\"Playa Resorts\" width=\"\" height=\"\" \/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/tap.myagentgenie.com\/wp-content\/uploads\/2020\/04\/Sandals-Logo-Royal-LIV.jpg\" alt=\"Sandals\" width=\"\" height=\"\" \/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>ALL-INCLUSIVE RESORTS The All-Inclusive Experience The all-inclusive vacation experience not only transports you to an exciting destination, but also strips away typical travel frustrations. It&#8217;s an adventure that lets you delight in the best travel features&#8211;room service, meals, drinks, gratuities, and luxurious accommodations&#8211;without once pulling out your wallet. A more stress-free environment simply doesn&#8217;t exist. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7975","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/pages\/7975","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/comments?post=7975"}],"version-history":[{"count":0,"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/pages\/7975\/revisions"}],"wp:attachment":[{"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/media?parent=7975"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":7974,"date":"2019-10-10T15:44:22","date_gmt":"2019-10-10T19:44:22","guid":{"rendered":"https:\/\/tap.myagentgenie.com\/samplesite\/confirm-payment\/"},"modified":"2024-01-10T20:45:31","modified_gmt":"2024-01-11T01:45:31","slug":"confirm-payment","status":"publish","type":"page","link":"https:\/\/tap5.myagentgenie.com\/tarablades\/confirm-payment\/","title":{"rendered":"Confirm Payment"},"content":{"rendered":"\n\n\t\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":22090,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7974","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/pages\/7974","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/users\/22090"}],"replies":[{"embeddable":true,"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/comments?post=7974"}],"version-history":[{"count":0,"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/pages\/7974\/revisions"}],"wp:attachment":[{"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/media?parent=7974"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":7972,"date":"2019-10-09T19:20:18","date_gmt":"2019-10-09T23:20:18","guid":{"rendered":"https:\/\/tap.myagentgenie.com\/samplesite\/customer-sign-up\/"},"modified":"2019-10-09T19:20:49","modified_gmt":"2019-10-09T23:20:49","slug":"customer-sign-up","status":"publish","type":"page","link":"https:\/\/tap5.myagentgenie.com\/tarablades\/customer-sign-up\/","title":{"rendered":"Customer Sign Up"},"content":{"rendered":"","protected":false},"excerpt":{"rendered":"","protected":false},"author":22090,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7972","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/pages\/7972","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/users\/22090"}],"replies":[{"embeddable":true,"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/comments?post=7972"}],"version-history":[{"count":0,"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/pages\/7972\/revisions"}],"wp:attachment":[{"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/media?parent=7972"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":7971,"date":"2019-05-13T22:58:48","date_gmt":"2019-05-14T02:58:48","guid":{"rendered":"https:\/\/tap.myagentgenie.com\/samplesite\/?page_id=7971"},"modified":"2024-08-07T13:18:58","modified_gmt":"2024-08-07T17:18:58","slug":"ethical-travel-agent","status":"publish","type":"page","link":"https:\/\/tap5.myagentgenie.com\/tarablades\/ethical-travel-agent\/","title":{"rendered":"Ethical Travel Agent"},"content":{"rendered":"","protected":false},"excerpt":{"rendered":"","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7971","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/pages\/7971","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/comments?post=7971"}],"version-history":[{"count":0,"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/pages\/7971\/revisions"}],"wp:attachment":[{"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/media?parent=7971"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":7968,"date":"2019-04-08T11:52:21","date_gmt":"2019-04-08T15:52:21","guid":{"rendered":"https:\/\/tap.myagentgenie.com\/samplesite\/?page_id=7968"},"modified":"2019-04-11T18:32:55","modified_gmt":"2019-04-11T22:32:55","slug":"privacy-policy","status":"publish","type":"page","link":"https:\/\/tap5.myagentgenie.com\/tarablades\/privacy-policy\/","title":{"rendered":"Privacy Policy"},"content":{"rendered":"","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7968","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/pages\/7968","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/comments?post=7968"}],"version-history":[{"count":0,"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/pages\/7968\/revisions"}],"wp:attachment":[{"href":"https:\/\/tap5.myagentgenie.com\/tarablades\/wp-json\/wp\/v2\/media?parent=7968"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}]