/**
 *
 * @author          Kate Bascombe
 * @modifiedby      $LastChangedBy:  $
 * @copyright       Copyright Flight Centre Ltd. All rights reserved.
 * @version         $Revision: 6 $
 * @lastmodified    $Date: 2011-01-23 21:15:17 +1000 (Sun, 23 Jan 2011) $
 * @requires        FCL, FCL.UTIL, FCL.FORMS
 */
 
var TT = 
{
	name: 'TT',
    /**
     * Code that needs to be executed on every page load yes
     */
	init: function()
	{
		// Initialise Pretty Photo
		$('a[rel="prettyPhoto"]').prettyPhoto({theme:'facebook'});
	}
};
