SLIDES = new slideshow("SLIDES");

s = new slide();
s.text = "<a href=\"/web_seminars/10001646-1.html\"><strong>The Economy Catalyst: Four Pillars of Strategic Storage</strong></a><br />Thursday July 24, 2008";
s.link = '';
s.src = 'http://www.dmreview.com/media/ui/clearpixel.gif';
SLIDES.add_slide(s);

s = new slide();
s.text = "<a href=\"/web_seminars/10001647-1.html\"><strong>Getting In Synch: Creative Ways to Reconcile Data Between Apps</strong></a><br />Tuesday July 29, 2008";
s.link = '';
s.src = 'http://www.dmreview.com/media/ui/clearpixel.gif';
SLIDES.add_slide(s);

SLIDES.post_update_hook = function() {
document.getElementById('ss-current').innerHTML = this.current+1;
document.getElementById('ss-total').innerHTML = this.slides.length;
return;
}

SLIDES.image = document.images.SLIDESIMG;
SLIDES.textid = "SLIDESTEXT";
// Update the image and the text for the slideshow
SLIDES.update();
// Auto-play the slideshow
SLIDES.timeout = 7000;
SLIDES.play();
