/* Ads for all Vault pages */
jQuery(function() {
    jQuery('#slideshow').crossSlide({
      sleep: 7,
      fade: 2
    }, [
      {src: 'http://www.partiproductions.com/themes/ads-vault/rapidideas.jpg',
       href: 'http://www.rapid-ideas.com/themevault.html',
       track: true,
       theme: 'RW Vault1-Rapid Ideas',
       target: '_blank',
       alt: 'Rapid Ideas'
      },
      {src: 'http://www.partiproductions.com/themes/ads-vault/henkvrieselaar.jpg',
       href: 'http://www.henkvrieselaar.com/rapidweaver/',
       track: true,
       theme: 'RW Vault1-Henk Vrieselaar',
       target: '_blank',
       alt: 'Henk Vrieselaar'
      },
       {src: 'http://www.partiproductions.com/themes/ads-vault/themevault.jpg',
       href: 'http://www.partiproductions.com/themes/membership.php',
       track: true,
       theme: 'RW Vault1-Parti Productions',
       target: '_blank',
       alt: 'Parti Productions'
      }
   ]);
  jQuery('#slideshow2').crossSlide({
      sleep: 7,
      fade: 2
    }, [
      {src: 'http://www.partiproductions.com/themes/ads-vault/henkvrieselaar.jpg',
       href: 'http://www.henkvrieselaar.com/rapidweaver/',
       track: true,
       theme: 'RW Vault2-Henk Vrieselaar',
       target: '_blank',
       alt: 'Henk Vrieselaar'
      },
      {src: 'http://www.partiproductions.com/themes/ads-vault/themevault.jpg',
       href: 'http://www.partiproductions.com/themes/membership.php',
       track: true,
       theme: 'RW Vault2-Parti Productions',
       target: '_blank',
       alt: 'Parti Productions'
      },
      {src: 'http://www.partiproductions.com/themes/ads-vault/rapidideas.jpg',
       href: 'http://www.rapid-ideas.com/themevault.html',
       track: true,
       theme: 'RW Vault2-Rapid Ideas',
       target: '_blank',
       alt: 'Rapid Ideas'
      }
   ]);     
});
