jQuery(document).ready(function() {
  $('#arealty').hover(function() {
  		$('#atextfront').replaceWith('<a id="atextfront" href="okanaganrealty"><div id="frontt" class="front_text">Real estate is a legal term (in some jurisdictions, such as the United Kingdom, Canada, Australia, USA and The Bahamas) that encompasses land along with improvements to the land, such as buildings, fences, wells and other site improvements that are fixed in location-immovable.[1]  Real estate law is the body of regulations and legal codes which pertain to such matters under a particular jurisdiction...</div></a>');	
  		$('#front_text_title').html('Realty');
		$('#arealty').addClass('aactive');
	   	$('#aimm').removeClass( 'aactive' )
	   	$('#arelocc').removeClass( 'aactive' )
	   	$('#afropr').removeClass( 'aactive' )
  },
  function() {
  		$('#atextfront').replaceWith('<a id="atextfront" href="okanaganrealty"><div id="frontt" class="front_text">Real estate is a legal term (in some jurisdictions, such as the United Kingdom, Canada, Australia, USA and The Bahamas) that encompasses land along with improvements to the land, such as buildings, fences, wells and other site improvements that are fixed in location-immovable.[1]  Real estate law is the body of regulations and legal codes which pertain to such matters under a particular jurisdiction...</div></a>');
  		$('#front_text_title').html('Realty');
  }  
  );
  $('#arelocc').hover(function() {
  		$('#atextfront').replaceWith('<a id="atextfront" href="relocation"><div id="frontt" class="front_text">RELOCATION</div></a>');
	  	$('#front_text_title').html('RELOCATION');
	  	$('#arelocc').addClass('aactive');
	  	$('#aimm').removeClass( 'aactive' )
	  	$('#arealty').removeClass( 'aactive' )
	  	$('#afropr').removeClass( 'aactive' )		
  },
  function() {
  		$('#atextfront').replaceWith('<a id="atextfront" href="relocation"><div id="frontt" class="front_text">RELOCATION</div></a>');
  		$('#front_text_title').html('RELOCATION');
  }
  );
  $('#afropr').hover(function() {
  		$('#atextfront').replaceWith('<a id="atextfront" href="foreign-properties"><div id="frontt" class="front_text">FOREIGN PROPERTIES</div></a>');
	  	$('#front_text_title').html('PROPERTIES');
	   	$('#afropr').addClass('aactive');
	   	$('#aimm').removeClass( 'aactive' )
	  	$('#arealty').removeClass( 'aactive' )
	  	$('#arelocc').removeClass( 'aactive' )		
  },
  function() {
  	$('#atextfront').replaceWith('<a id="atextfront" href="foreign-properties"><div id="frontt" class="front_text">FOREIGN PROPERTIES</div></a>');
  		$('#front_text_title').html('PROPERTIES');
  }
  );
	$('#aimm').hover(function() {
  		$('#atextfront').replaceWith('<a id="atextfront" href="immigration"><div id="frontt" class="front_text">Immigration</div></a>');
  		$('#front_text_title').html('Immigration');
	  	$('#aimm').addClass('aactive');
	   	$('#arealty').removeClass( 'aactive' )
	   	$('#arelocc').removeClass( 'aactive' )
	   	$('#afropr').removeClass( 'aactive' )	
  },
  function() {
  	$('#atextfront').replaceWith('<a id="atextfront" href="immigration"><div id="frontt" class="front_text">Immigration</div></a>');
  	$('#front_text_title').html('Immigration');	
  }
  );
  	$('#simplenews-block-form-1 #edit-submit-1').replaceWith('<input type="submit" class="form-submit" value="Subscribe" id="edit-submit-1" name="op">');
});

