var slidespeed=10000
//specify images
//var slideimages=new Array("images/6.0/yes-hosting-ads-promotion.jpg","images/6.0/yes-hosting-services-2010-q2.jpg","images/6.0/yes-hosting-windows-server.jpg","images/6.0/yes-hosting-linux-server.jpg","images/6.0/yes-hosting-Clients-2010-q2.jpg")
var slideimages=new Array("images/6.0/yes-hosting-ads-fax2email.jpg","images/6.0/yes-hosting-services-2010-q2.jpg","images/6.0/yes-hosting-Clients-2010-q2.jpg")
//var slideimages=new Array("images/6.0/yes-hosting-services-2010-q2.jpg","images/6.0/yes-hosting-windows-server.jpg","images/6.0/yes-hosting-Clients-2010-q2.jpg")
//specify corresponding links
//var slidelinks=new Array("yes-hosting_promotion.php","yes-hosting_howto.php","hosting_windows_server.php","hosting_linux_server.php","yes-hosting_clients.php")
var slidelinks=new Array("yes-hosting_fax2email.php","yes-hosting_howto.php","yes-hosting_clients.php")
//var slidelinks=new Array("yes-hosting_howto.php","hosting_windows_server.php","yes-hosting_clients.php")
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 slideclick(){
window.location=slidelinks[whichlink]
}
