// Slide Control: WORD ON THE STREET...
var wordSlideControl = new nsNewsSlider('wordSlideControl', '175px', '92spx', '', 'window.location.href=\'#\';', true, 6000, true, '<img src=/images/arrow_off.gif />', 'right');

//EXAMPLE : wordSlideControl.add(new nsNewsSlide('slide0', '<p align=right><b>5/3/2006</b><br>Ask.Com\'s Friendly Math Professor Does TV Show And Tell<br><i> - Brandweek</i></p>', 'window.open(\'http://www.brandweek.com/bw/news/recent_display.jsp?vnu_content_id=1002462368\');', 'Read more...'));
wordSlideControl.add(new nsNewsSlide('slide0', '<p align=right><b>7/30/2007</b><br>Even war can\'t stop her from partying<br><i>Read more...</i></p>', '', 'Read more...'));wordSlideControl.add(new nsNewsSlide('slide1', '<p align=right><b>7/29/2007</b><br>The tail of the kanan cave, is it true?<br><i>Read more...</i></p>', '', 'Read more...'));wordSlideControl.add(new nsNewsSlide('slide2', '<p align=right><b>7/25/2007</b><br>Miraculous hamartoura valley<br><i>Read more...</i></p>', '', 'Read more...'));wordSlideControl.add(new nsNewsSlide('slide3', '<p align=right><b>7/23/2007</b><br>Batroun, a village of holiness and madness<br><i>Read more...</i></p>', '', 'Read more...'));wordSlideControl.add(new nsNewsSlide('slide4', '<p align=right><b>7/23/2007</b><br>Taiga Sky compared to Sky Bar<br><i>Read more...</i></p>', '', 'Read more...'));wordSlideControl.add(new nsNewsSlide('slide5', '<p align=right><b>7/25/2007</b><br>A fairy tale wedding at las Salinas<br><i>Read more...</i></p>', '', 'Read more...'));

// Init Slide Controls...
function initSlideControls()
{	
	wordSlideControl.render();
	wordSlideControl.start();
}

