jQuery(function($) {    $('.phone_number').each(function(){      if(this.value==''){this.value='Type Cellphone Number*'}    });    $('.phone_number').focus(function(){      if(this.value=='Type Cellphone Number*'){this.value=''}    });    $('.phone_number*').blur(function(){      if(this.value==''){this.value='Type Cellphone Number'}    });});/* from lax */jQuery(function($) {    $('.lax_name, .tothe_name, .point_name').each(function(){      if(this.value==''){this.value='Full Name'}    });    $('.lax_name, .tothe_name, .point_name').focus(function(){      if(this.value=='Full Name'){this.value=''}    });    $('.lax_name, .tothe_name, .point_name').blur(function(){      if(this.value==''){this.value='Full Name'}    });});jQuery(function($) {    $('.lax_airline').each(function(){      if(this.value==''){this.value='Airline*'}    });    $('.lax_airline').focus(function(){      if(this.value=='Airline*'){this.value=''}    });    $('.lax_airline').blur(function(){      if(this.value==''){this.value='Airline*'}    });});jQuery(function($) {    $('.lax_flight').each(function(){      if(this.value==''){this.value='Flight #*'}    });    $('.lax_flight').focus(function(){      if(this.value=='Flight #*'){this.value=''}    });    $('.lax_flight').blur(function(){      if(this.value==''){this.value='Flight #*'}    });});jQuery(function($) {    $('.lax_pickup_date').each(function(){      if(this.value==''){this.value='Pick-up Date*'}    });    $('.lax_pickup_date').focus(function(){      if(this.value=='Pick-up Date*'){this.value=''}    });    $('.lax_pickup_date').blur(function(){      if(this.value==''){this.value='Pick-up Date*'}    });});jQuery(function($) {    $('.lax_pickup_time').each(function(){      if(this.value==''){this.value='Pick-up Time*'}    });    $('.lax_pickup_time').focus(function(){      if(this.value=='Pick-up Time*'){this.value=''}    });    $('.lax_pickup_time').blur(function(){      if(this.value==''){this.value='Pick-up Time*'}    });});/* end from lax *//* to the airport */jQuery(function($) {    $('.tothe_dep1').each(function(){      if(this.value==''){this.value='Pick-up Date*'}    });    $('.tothe_dep1').focus(function(){      if(this.value=='Pick-up Date*'){this.value=''}    });    $('.tothe_dep1').blur(function(){      if(this.value==''){this.value='Pick-up Date*'}    });});jQuery(function($) {    $('.tothe_dep2').each(function(){      if(this.value==''){this.value='Pick-up Time*'}    });    $('.tothe_dep2').focus(function(){      if(this.value=='Pick-up Time*'){this.value=''}    });    $('.tothe_dep2').blur(function(){      if(this.value==''){this.value='Pick-up Time*'}    });});/* to the airport *//* start point to point */jQuery(function($) {    $('.point_pickup_date').each(function(){      if(this.value==''){this.value='Pick-up Date*'}    });    $('.point_pickup_date').focus(function(){      if(this.value=='Pick-up Date*'){this.value=''}    });    $('.point_pickup_date').blur(function(){      if(this.value==''){this.value='Pick-up Date*'}    });});jQuery(function($) {    $('.point_pickup_time').each(function(){      if(this.value==''){this.value='Pick-up Time*'}    });    $('.point_pickup_time').focus(function(){      if(this.value=='Pick-up Time*'){this.value=''}    });    $('.point_pickup_time').blur(function(){      if(this.value==''){this.value='Pick-up Time*'}    });});/* end point to point *//* start general fields */jQuery(function($) {    $('.tothe_pickup, .point_from').each(function(){      if(this.value==''){this.value='From: Address and City*'}    });    $('.tothe_pickup, .point_from').focus(function(){      if(this.value=='From: Address and City*'){this.value=''}    });    $('.tothe_pickup, .point_from').blur(function(){      if(this.value==''){this.value='From: Address and City*'}    });});jQuery(function($) {    $('.lax_email, .tothe_email, .point_email').each(function(){      if(this.value==''){this.value='Your Email Address'}    });    $('.lax_email, .tothe_email, .point_email').focus(function(){      if(this.value=='Your Email Address'){this.value=''}    });    $('.lax_email, .tothe_email, .point_email').blur(function(){      if(this.value==''){this.value='Your Email Address'}    });});jQuery(function($) {    $('.point_towhere, .fromlax_to').each(function(){      if(this.value==''){this.value='To: Address and City*'}    });    $('.point_towhere, .fromlax_to').focus(function(){      if(this.value=='To: Address and City*'){this.value=''}    });    $('.point_towhere, .fromlax_to').blur(function(){      if(this.value==''){this.value='To: Address and City*'}    });});jQuery(function($) {    $('.fromlax_zip, .tothe_zip, .point_zip, .point_towhere_zip').each(function(){      if(this.value==''){this.value='Zip Code*'}    });    $('.fromlax_zip, .tothe_zip, .point_zip, .point_towhere_zip').focus(function(){      if(this.value=='Zip Code*'){this.value=''}    });    $('.fromlax_zip, .tothe_zip, .point_zip, .point_towhere_zip').blur(function(){      if(this.value==''){this.value='Zip Code*'}    });});/* end general fields */
