jQuery(document).ready(function() {
  jQuery(".page-home .node-quick_inquiry_submission-form legend").addClass("hidden")

  jQuery(".page-home .description").addClass("hidden")

  jQuery('.slideshow').prepend('<span style="color:black;font-size:14px;font-weight:bold;">Tours Starting From&nbsp;&nbsp;&nbsp;</span>')

  jQuery(".page-home .pane-formblock-quick-inquiry-submission #edit-actions").append("<p style='font-size:10px;margin-left:123px;padding-top:13px;'>*Get replies within 24 hours</p>")

  jQuery(".node-type-cruise-ships .field-name-field-cruise-cabin-photo img").each(function(i,s){
    jQuery(s).before("<p style='text-align:center;'>"+s.title+"</p>")
  })

  jQuery(".node-type-photo-gallery .field-name-field-paper-feedback-form img").each(function(i,s){
    jQuery(s).after("<p style='text-align:center;'>"+s.title+"</p>")
  })

//  jQuery(".field-name-field-currency-exchange-rate").appendTo(".group-price-title > span")

  jQuery('<span style="float:left;margin-left:10px;margin-right:10px;font-size:13px;">Your Position: </span>').prependTo('#breadcrumb')
      
  jQuery("#edit-submit").attr("value","Submit")

  jQuery(".page-node-add-tailor-made-tour-inquiry h1").after("<div class='inquiry' style='font-size:14px;'><p>If you couldn't find any travel route in our ready-made itineraries, we suggest you to choose our Tailor-made tour service. We can prepare a personalised itinerary to fulfill your individual requirements. Please provide us with the details of the holiday that you are considering by completing the following form. Your requires will be replied within 24 hours with detailed itinerary and quotation.</p></div>")

  jQuery(".page-node-add-hotel-inquiry-form h1").after("<div class='inquiry' style='font-size:14px;'><p>This is an inquiry form, not a reservation form. Filling out this form is NOT a commitment to book a room. No deposit is needed for hotel room inquiry! Once you submit, one of our travel consultants will email or call you to give you the exact room rate and room availability of your request.</p><p>&nbsp;</p><p>Note:</p><p>* Do not enter any payment or credit card information into any of these fields. </p><p>* Fields marked with *are required.</p></div>")

  jQuery(".page-node-add-inquiry h1").after("<div class='inquiry' style='font-size:14px;'><p>This is an inquiry form, not a reservation form. Filling out this form is NOT a commitment to book a trip. No deposit is needed for tour designing! Once you submit, one of our travel consultants will email or phone you to give you a tour proposal, or complete any missing information. Our goal is to work out a perfect trip for you! </p><p>&nbsp;</p><p>Note:</p><p>* Do not enter any payment or credit card information into any of these fields. </p><p>* Fields marked with *are required.</p></div>")

  jQuery(".page-node-add-yangtze-river-cruise-inquiry-for h1").after("<div class='inquiry' style='font-size:14px;'><p>This inquiry form is designed for those who want to book a Yangtze cruise. Enter an approximate cruise date, and you will enjoy a wider choice. You can also use our Yangtze Cruise Sailing Calendar to find a feasible sailing date, route and ship. If you are planning a complete trip to China, please use the <a style='font-size:14px;' href='http://dev.devwht.com/node/add/tailor-made-tour-inquiry'>Tailor-made request form</a>. After you submit, one of our professional China travel consultants will respond to you within 24 hours.</p><p>&nbsp;</p><p>Note:</p><p>* Filling out this form is NOT a commitment to book a trip. </p><p>* Do not enter any payment or credit card information into any of these fields.</p><p>* Fields marked with *are required.</p></div>")
  
  jQuery('.context-yangtze .views-widget-filter-field_sailing_dates_downstream_value > label').after('<select id="findships"><option>Downstream</option><option>Upstream</option></select>')
  jQuery("#findships").change(function () {
    if(jQuery("#findships option:selected").val()=='Upstream'){
      jQuery("#views-exposed-form-find-a-cruise-downstream-page").attr("action","/Yangtze/find-cruise-upstream")
    }
    if(jQuery("#findships option:selected").val()=='Downstream'){
      jQuery("#views-exposed-form-find-a-cruise-downstream-page").attr("action","/Yangtze/find-cruise-downstream")
    }
  })
  
  jQuery("#views-exposed-form-find-a-cruise-downstream-page #edit-title-wrapper input").replaceWith('<select id="edit-title" name="title" value=""></select>')
  
  jQuery.ajax({
  url: "/cruise-ships-json-list",
  cache: true,
  dataType: "json",
  success: function(d) {
    jQuery.each(d.nodes,function(k,v){
      jQuery("#views-exposed-form-find-a-cruise-downstream-page #edit-title-wrapper select").prepend('<option>'+v.node.title+'</option>')
    })
    jQuery("#views-exposed-form-find-a-cruise-downstream-page #edit-title-wrapper select").prepend('<option value class="allships">All Cruises</option>')
	}
  })
  
  // jQuery.getJSON('/cruise-ships-json-list',function(d){  //old json call  })
  
  jQuery("#views-exposed-form-find-a-cruise-downstream-page .form-submit").click(function() {
    jQuery('#views-exposed-form-find-a-cruise-downstream-page .allships').text()
  })
  
  //jQuery('.zone-branding .logo-img img').attr('alt','Wind Horse Tour')
  jQuery('#block-menu-menu-top-blog-entry ul').append('<h1 class="blog-entry-title">Tibet-The Roof of the world</h1>')
  
});




;

