/*
 * This ffProxy is to be included in the HTML file that are used in the iFrame
 * the houses Fare finders.
 * This plug makes the call to the parent of the iFrame to make the omniture call
 * Depenancy: jquery
 */
;(function($){
    $.ffanz = function(args){
		try{parent.$.ffanz(args)}catch(e){}
	}
    $.ffaasia = function(args){
		try{parent.$.ffaasia(args)}catch(e){}
	}
    $.ffemirates = function(args){
		try{parent.$.ffemirates(args)}catch(e){}
	}
})(jQuery);
