
function uscript2() {

	rotator = new ImageRotator('ImageRotator','rotator');
	
	rotator.SetFast(); 				
	rotator.Captions 		= false;//true; 
	rotator.Title 			= "ImageRotatorV2";
	rotator.Motion 			= "Forward";

	
rotator.AddImage('img/img8.jpg','#','','');	
	rotator.AddImage('img/img7.jpg','#','','');	

	rotator.AddImage('img/img11.jpg','Childrens wrist bands','',''); //note that the AddImage() does not include and id as addImage Does!!

rotator.AddImage('img/img17.jpg','#','','');	

	rotator.AddImage('img/img13.jpg','pin on tag','#',''); 
	rotator.AddImage('img/img1.jpg','bracelet','#','');		
	
rotator.AddImage('img/img3.jpg','helmet id','helmetID.php','');	

rotator.AddImage('img/img5.jpg','#','','');	
rotator.AddImage('img/img14.jpg','shoe id','#','');	

rotator.AddImage('img/img4.jpg','helmet id','helmetID.php','');	

rotator.AddImage('img/img18.jpg','#','','');
	

	rotator.AddImage('img/img12.jpg','necklace','#','');	
		
	
rotator.AddImage('img/img6.jpg','#','','');	

rotator.AddImage('img/img2.jpg','helmet id','helmetID.php','');	

	
rotator.AddImage('img/img15.jpg','#','','');	



	rotator.start();

}



function uscript1() {

	/*
	 * If wanting this to work in IE
	 * rotator = new ImageRotator('HTMLElementId','JavascriptObjectName');
	 *
	 */
	rotator = new ImageRotator('ImageRotator','rotator');
	
	//rotator.SetInterval(4000); //the default image rotation speed is 5000 == 5 seconds
	//rotator.SetSlow(); //speed of image change transition, differs from image interval
	//rotator.SetMedium();
	//rotator.SetNormal(); 
	rotator.SetFast(); 				/* TRANSITION SPEED - rotator.SetSlow();  rotator.SetMedium(); */
	
	
	rotator.Captions 		= true; /* Hide / Show Captions */
	
	rotator.Title 			= "ImageRotatorV1";
	rotator.Motion 			= "Forward";
	
	/*rotator.StartFrom(4);   //Do not use (in developemnt and unstable feature */
	
	
	/*
	//rotator.AddImagesByFolder(path,count,title)
	rotator.AddImage('ImageRotator2/img/oth/img1.jpg','Some Img 1','http://www.apple.com','apple.com'); //note that the AddImage() does not include and id as addImage Does!!
	rotator.AddImage('ImageRotator2/img/oth/img2.jpg','Another Image','http://www.microsoft.com','microsoft.com');
	rotator.AddImage('ImageRotator2/img/oth/img3.jpg','Some Img 1','http://www.apple.com','apple.com'); //note that the AddImage() does not include and id as addImage Does!!
	rotator.AddImage('ImageRotator2/img/oth/img4.jpg','Another Image','http://www.microsoft.com','microsoft.com');	
	rotator.AddImage('ImageRotator2/img/oth/img5.jpg','Some Img 1','http://www.apple.com','apple.com'); //note that the AddImage() does not include and id as addImage Does!!
	rotator.AddImage('ImageRotator2/img/oth/img6.jpg','Another Image','http://www.microsoft.com','microsoft.com');	
	*/
	
	rotator.AddImage('ImageRotator2/img/cars/2.jpg','Another Image','http://www.microsoft.com','microsoft.com');
	rotator.AddImage('ImageRotator2/img/cars/4.jpg','Another Image','http://www.microsoft.com','microsoft.com');
	rotator.AddImage('ImageRotator2/img/cars/5.jpg','Another Image','http://www.microsoft.com','microsoft.com');
	rotator.AddImage('ImageRotator2/img/cars/6.jpg','Another Image','http://www.microsoft.com','microsoft.com');
	rotator.AddImage('ImageRotator2/img/cars/7.jpg','Another Image','http://www.microsoft.com','microsoft.com');
	
	rotator.AddImage('ImageRotator2/img/cars/9.jpg','Another Image','http://www.microsoft.com','microsoft.com');
			
	
	rotator.start();

}





 