/* Promotions extention to ET object for various promotions
 *  set up for page pagePeel promotion for Good Food Show
 *
 * @author          Daniel Rolls
 * @modifiedby      $LastChangedBy: blundenr $
 * @copyright       Copyright Flight Centre Ltd. All rights reserved.
 * @version         $Revision: 1196 $
 * @lastmodified    $Date: 2010-08-12 12:30:15 +1000 (Thu, 12 Aug 2010) $
 * @requires        jquery, ET.js
 */
  
ET.PROMOTIONS = 
{
    /**
     *   pagePeelPromotion is the only function currently used across the site.
     */ 
    init: function()
    {   
    },

    pagePeelPromotion: function()
    {
        $('body').pageEar(
        {
				//  URL to small image
            pagearSmallImg: '/cms_images/images/pagepeel/pageear_s.jpg',
            //  URL to big image
            pagearBigImg: '/cms_images/images/pagepeel/pageear_b.jpg',
            // Movement speed of small pageear 1-4 (2=Standard)
            speedSmall: 1,
            thumbWidth: 160,
            bigWidth: 450,
            mirror: 'true',
            // Browser target  (new) or self (self)
            openLink:'self',
            afterPeel: function(){
                pageTracker._trackPageview('/on-page-event/promotions/tax-breaks/pagepeel');
                $(this).unbind('mouseover');
            },
            jumpTo:'http://www.escapetravel.com.au/promotions/tax-breaks?WT.seg_1=fc00000984'
        });

    }

};

ET.PROMOTIONS.init();
