<script language="JavaScript1.1">
//Picture Cube slideshow - By Tony Foster III
//Modifications by JK
//Visit JavaScript Kit (http://javascriptkit.com) for script

var specifyimage=new Array() //Your images
specifyimage[0]=src="http://content.onlineagency.com/sites/8465/images/Slide1.gif"
specifyimage[1]=src="http://content.onlineagency.com/sites/8465/images/Slide2.gif"
specifyimage[2]=src="http://content.onlineagency.com/sites/8465/images/Slide3.gif"
specifyimage[3]=src="http://content.onlineagency.com/sites/8465/images/Slide4.gif" 
specifyimage[4]=src="http://content.onlineagency.com/sites/8465/images/Slide5.gif"
specifyimage[5]=src="http://content.onlineagency.com/sites/8465/images/Slide6.gif"
specifyimage[6]=src="http://content.onlineagency.com/sites/8465/images/Slide7.gif"
specifyimage[7]=src="http://content.onlineagency.com/sites/8465/images/Slide8.gif"
specifyimage[8]=src="http://content.onlineagency.com/sites/8465/images/Slide9.gif"
specifyimage[9]=src="http://content.onlineagency.com/sites/8465/images/Slide10.gif" 
specifyimage[10]=src="http://content.onlineagency.com/sites/8465/images/Slide11.gif"
specifyimage[11]=src="http://content.onlineagency.com/sites/8465/images/Slide12.gif"
specifyimage[12]=src="http://content.onlineagency.com/sites/8465/images/Slide13.gif"
specifyimage[13]=src="http://content.onlineagency.com/sites/8465/images/Slide14.gif"
specifyimage[14]=src="http://content.onlineagency.com/sites/8465/images/Slide15.gif"
specifyimage[15]=src="http://content.onlineagency.com/sites/8465/images/Slide16.gif" 
specifyimage[16]=src="http://content.onlineagency.com/sites/8465/images/Slide17.gif"
specifyimage[17]=src="http://content.onlineagency.com/sites/8465/images/Slide18.gif"
specifyimage[18]=src="http://content.onlineagency.com/sites/8465/images/Slide19.gif"
specifyimage[19]=src="http://content.onlineagency.com/sites/8465/images/Slide20.gif"
specifyimage[20]=src="http://content.onlineagency.com/sites/8465/images/Slide21.gif"
specifyimage[21]=src="http://content.onlineagency.com/sites/8465/images/Slide22.gif" 
specifyimage[22]=src="http://content.onlineagency.com/sites/8465/images/Slide23.gif"
specifyimage[23]=src="http://content.onlineagency.com/sites/8465/images/Slide24.gif"
specifyimage[24]=src="http://content.onlineagency.com/sites/8465/images/Slide25.gif"
specifyimage[25]=src="http://content.onlineagency.com/sites/8465/images/Slide26.gif"
specifyimage[26]=src="http://content.onlineagency.com/sites/8465/images/Slide27.gif"
specifyimage[27]=src="http://content.onlineagency.com/sites/8465/images/Slide28.gif" 
specifyimage[28]=src="http://content.onlineagency.com/sites/8465/images/Slide29.gif"
specifyimage[29]=src="http://content.onlineagency.com/sites/8465/images/Slide30.gif"
var delay=3000 //3 seconds
//Counter for array 
var count =1;
var cubeimage=new Array()
for (i=0;i<specifyimage.length;i++){cubeimage[i]=new Image()cubeimage[i].src=specifyimage[i]}

function movecube(){if (window.createPopup)cube.filters[0].apply()document.images.cube.src=cubeimage[count].src;if (window.createPopup)cube.filters[0].play()ount++;if (count==cubeimage.length)count=0;timeout("movecube()",delay)}
window.onload=new Function("setTimeout('movecube()',delay)")


