Hello:

I have added a simple Merry Christmas slide to my slideshow. The problem is I was trying to just add one instead of leaving one out. In other words I wanted 6 instead of just 5. The Christmas slide does not have a hyperlink, which is fine. The following is the code. Please tell me what I am doing wrong to get the 6th slide to work again:

HTML Code:
define(IMAGE1,'merry_christmas_2014.jpg');// default width 550px height 250px /
	  define(IMAGE2,'pet_mansion.jpg'); 
	  define(IMAGE3,'pet_crate_02.jpg');
	  define(IMAGE4,'jcla_canvas_rescue_me_03.jpg');
	  define(IMAGE5,'tabby_tree_04.jpg');
	  define(IMAGE6,'treadmill_05.jpg');

	  define(URL1,'http://www.petluxuryboutique.com/images/merry_christmas_2014');
	  define(URL2,'http://www.petluxuryboutique.com/luxury-pet-playhouses');
	  define(URL3,'http://www.petluxuryboutique.com/luxury-dog-crates-crate-beds/luxury-dog-crates');
	  define(URL4,'http://www.petluxuryboutique.com/luxury-pet-carriers/jcla-pet-carrier-bags');
	  define(URL5,'http://www.petluxuryboutique.com/luxury-cat-accessories/luxury-cat-furniture');
	  define(URL6,'http://www.petluxuryboutique.com/dog-treadmills');
You can obviously see the result of this at http://www.petluxuryboutique.com.

Thank you so much.

Silver