$(function(){
	//shift focus to notify me field when a coming soon region is clicked
	$('#regions a.rlComingSoon').click(function () {
		$('#txtNotifyMe').focus();
		$('#notifyMe ul').css('backgroundImage','url(http://mobile.accuterra.com/images/themes/site_themes/AT-Mobile/notifyMeBGHighlighted.png)');
		return false;
    });	
});