﻿jQuery(document).ready(function() {

    $('#pagePeel').pagePeel({
        smallWidth: 120,
        smallHeight: 120,
        smallBG: './js/pp-src/small1.jpg',
        introWidth: 300,
        introHeight: 300,
        bigWidth: 600,
        bigHeight: 600,
        bigBG: escape('./js/pp-src/big1.jpg'),
        bigSWF: './js/pp-src/big.swf',
        bigAd: escape('./js/pp-src/big1.jpg'),

        hPosition: 'right', // can use 'left' or 'right'
        vPosition: 'top', // can use 'top' or 'bottom'
        flash: true,
        introAnim: false,
        bigSWFIntro: './js/pp-src/banner_iron_dec.swf',
        adLink: 'http://www.hoover-ironspeed.com',
        adLinkTarget: '_blank'
    });

 
});



