SLIDES = new slideshow("SLIDES");

s = new slide();
s.text = "<a href=\"/web_seminars/10001088-1.html\"><strong>Modeling Unstructured Data</strong></a><br />On Demand";
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/10000726-1.html\"><strong>Making the Business Case for Predictive Analytics: Innovative Strategies for Maximizing ROI</strong></a><br />On Demand";
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/10000929-1.html\"><strong>Improving Governance, Risk and Compliance in Financial Services</strong></a><br />On Demand";
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();
