// JavaScript Document







<!--

/*
JavaScript Image slideshow:
By JavaScript Kit (www.javascriptkit.com)
Over 200+ free JavaScript here!
*/

var slideimages=new Array()
var slidelinks=new Array()
function slideshowimages(){
for (i=0;i<slideshowimages.arguments.length;i++){
slideimages[i]=new Image()
slideimages[i].src=slideshowimages.arguments[i]
}
}

function slideshowlinks(){
for (i=0;i<slideshowlinks.arguments.length;i++)
slidelinks[i]=slideshowlinks.arguments[i]
}

function gotoshow(){
if (!window.winslide||winslide.closed)
winslide=window.open(slidelinks[whichlink])
else
winslide.location=slidelinks[whichlink]
winslide.focus()
}

//-->












<!--

//Pixelating Image slideshow
//Copyright Dynamic Drive 2001
//Visit http://www.dynamicdrive.com for this script

//specify interval between slide (in mili seconds)
var slidespeed=3000
//specify images
var slideimages=new Array("http://www.sensationstv.com/aw/0510/1.jpg","http://www.sensationstv.com/aw/0510/2.jpg","http://www.sensationstv.com/aw/0510/3.jpg","http://www.sensationstv.com/aw/0510/4.jpg","http://www.sensationstv.com/aw/0510/5.jpg","http://www.sensationstv.com/aw/0510/6.jpg","http://www.sensationstv.com/aw/0510/7.jpg","http://www.sensationstv.com/aw/0510/8.jpg","http://www.sensationstv.com/aw/0510/9.jpg")
//specify corresponding links
var slidelinks1=new Array("http://www.sensationstv.com","http://sensationstv.com","http://www.sensationstv.com","http://www.sensationstv.com","http://www.sensationstv.com","http://www.sensationstv.com","http://www.sensationstv.com","http://www.sensationstv.com","http://www.sensationstv.com","http://www.sensationstv.com","http://www.sensationstv.com","http://www.sensationstv.com","http://www.sensationstv.com","http://www.sensationstv.com","http://www.sensationstv.com","http://www.sensationstv.com","http://www.sensationstv.com","http://www.sensationstv.com")

var imageholder=new Array()
var ie55=window.createPopup
for (i=0;i<slideimages.length;i++){
imageholder[i]=new Image()
imageholder[i].src=slideimages[i]
}

function gotoshow1(){
window.location=slidelinks1[whichlink]
}









//