TestimonialText = new Array('"I believe Amira can teach anyone to bellydance."',
							'"This video is probably the gentlest, (most) non-intimidating introduction to bellydance I\'ve seen so far."',
							'"I have been dancing for over a year now, and Amira\'s instruction has helped me improve my skills and feel confident about my dancing."',
							'"If you are interested in learning to bellydance, do yourself a favor and buy this DVD."',
							'"She has such a beautiful spirit and disposition, you will fall in love with her the minute you watch it!"',
							'"I am amazed how much I\'ve learnt from this single video."',
							'"By the end, I\'m ‘glowing’ but not actually panting. Amira is just darling."',
							'"We especially loved the changing camera angles so we could see up close and from different levels how to do the movements."',
							'"I\'m seeing my extra belly fat literally melt off of my body, my arms are becoming more toned, and I feel great!  As an added bonus, my husband is really enjoying my new ‘moves!’  :-)"',
							'"5 Stars.  I recommend this DVD to my beginner students."',
							'"I definitely give this DVD two thumbs up!! (Or two hip lifts!)"',
							'"Amira is a terrific teacher…she stresses things that are easy to forget for a beginner and identifies common mistakes."',
							'"I do this DVD everyday."',
							'"I have seen an amazing decrease in general ‘aches and pains’ since starting this… I\'m thrilled and I know it\'s related to doing this DVD."',
							'"She explains, goes slow, does plenty of repetitions and gives great visual technique!"',
							'"Every belly dancer should own a copy."',
							'"I only heard the best about Amira\'s videos so I bought 9 as gifts for a bachelorette party.  And I bought her CD for myself."');
TestimonialAuthor = new Array("New Bellydancer",
								"Anonymous",
								"Randi",
								"Bianca, Bellingham, WA",
								"Randi",
								"M. Jones, Bangor, Great Britain",
								"Margie, Dallas, Texas",
								"Females of B Co. 4th BSTB, US Army, Iraq",
								"Busy Mom",
								"Amber (Bellydancegoddess.com)",
								"Naimah",
								"Tamara, USA",
								"Serena ‘Khalida’, Las Vegas",
								"Jennie, North Carolina",
								"G. F., Winston Salem, NC",
								"Ashley, Oregon",
								"Greg, Florida");

function rand (n)	{
  return ( Math.floor ( Math.random ( ) * n ) );
}
var ranNo = -1;
function randTestimonial() {
	if(ranNo == -1) {
		ranNo = rand(16);
	}
	else {
		ranNo = Number(ranNo) + 1;
		if(ranNo > 16) {
			ranNo = 0;
		}
	}
	document.getElementById("divTestText").innerHTML = TestimonialText[ranNo];
	document.getElementById("divTestAuth").innerHTML = "- " + TestimonialAuthor[ranNo];
	window.setTimeout("randTestimonial();", 5000);
}
window.setTimeout("randTestimonial();", 5000);

if (document.images) {
	
    img_1_active = new Image; 			                                                                               //small image
    img_1_active.src = base + "Hdr_View_Cart_h.jpg";  
    img_2_active = new Image; 			 
    img_2_active.src = base + "Hdr_Checkout_h.jpg";
    img_3_active = new Image; 			 
    img_3_active.src = base + "nav-bar_hover_062.jpg";
    img_4_active = new Image; 			 
    img_4_active.src = base + "nav-bar_hover_072.jpg";
    img_5_active = new Image; 			 
    img_5_active.src = base + "nav-bar_hover_08.jpg";
    img_6_active = new Image; 			 
    img_6_active.src = base + "nav-bar_hover_11.jpg";
    img_7_active = new Image; 			 
    img_7_active.src = base + "nav-bar_hover_10.jpg";
    img_8_active = new Image; 			 
    img_8_active.src = "images/Nav_Resources_f2.jpg";
    img_9_active = new Image; 			 
    img_9_active.src = "images/Nav_reg_f2.jpg";
    img_10_active = new Image; 			 
    img_10_active.src = base + "Nav_Btm_Priv_h.jpg";
    img_11_active = new Image; 			 
    img_11_active.src = base + "Nav_Btm_Terms_h.jpg";
	 img_12_active = new Image; 			 
	 img_12_active.src = "images/OrderButton_1_f2.png";
	 img_13_active = new Image; 			 
	 img_13_active.src = "images/OrderButton_4_f2.png";
	 img_14_active = new Image; 			 
	 img_14_active.src = "images/OrderButton_2_f2.png";
	 img_15_active = new Image; 			 
	 img_15_active.src = "images/OrderButton_1_f2.png";
	 img_16_active = new Image;
	 img_16_active.src = "images/OrderButton_1_f2.png";
	 img_15_active = new Image; 			 
	 img_15_active.src = "images/OrderButton_1_f2.png";
	 img_16_active = new Image;
	 img_16_active.src = "images/OrderButton_1_f2.png";
	 img_17_active = new Image; 			 
	 img_17_active.src = base + "footer_hover_04.jpg";
	 img_18_active = new Image;
	 img_18_active.src = base + "footer_hover_03.jpg";
 

    img_1_default = new Image; 			                                                                               //small image
    img_1_default.src = base + "Hdr_View_Cart.jpg";
    img_2_default = new Image; 			 
    img_2_default.src = base + "Hdr_Checkout.jpg";
    img_3_default = new Image; 			 
    img_3_default.src = base + "nav-bar_062.jpg";
    img_4_default = new Image; 			 
    img_4_default.src = base + "nav-bar_072.jpg";
    img_5_default = new Image; 			 
    img_5_default.src = base + "nav-bar_08.jpg";
    img_6_default = new Image; 			 
    img_6_default.src = base + "nav-bar_11.jpg";
    img_7_default = new Image; 			 
    img_7_default.src = base + "nav-bar_10.jpg";
    img_8_default = new Image; 			 
    img_8_default.src = "images/Nav_Resources.jpg";
    img_9_default = new Image; 			 
    img_9_default.src = "images/Nav_reg.jpg";
    img_10_default = new Image; 			 
    img_10_default.src = base + "Nav_Btm_Priv.jpg";
    img_11_default = new Image; 			 
    img_11_default.src = base + "Nav_Btm_Terms.jpg";
	 img_12_default = new Image;
	 img_12_default.src = "images/OrderButton_1.png";
	 img_13_default = new Image;
	 img_13_default.src = "images/OrderButton_4.png";
	 img_14_default = new Image;
	 img_14_default.src = "images/OrderButton_2.png";
	 img_15_default = new Image;
	 img_15_default.src = "images/OrderButton_1.png";
	 img_16_default = new Image;
	 img_16_default.src = "images/OrderButton-5.png";
	 img_17_default = new Image;
	 img_17_default.src = base + "footer_04.jpg";
	 img_18_default = new Image;
	 img_18_default.src = base + "footer_03.jpg";
}

else {

	img_1_active = ""
	img_2_active = ""
	img_3_active = ""
	img_4_active = ""
	img_5_active = ""
	img_6_active = ""
	img_7_active = ""
	img_8_active = ""
	img_9_active = ""
	img_10_active = ""
	img_11_active = ""
	
	img_1_default = ""
	img_2_default = ""
	img_3_default = ""
	img_4_default = ""
	img_5_default = ""
	img_6_default = ""
	img_7_default = ""
	img_8_default = ""
	img_9_default = ""
	img_10_default = ""
	img_11_default = ""
	
	document.img_1 = ""
	document.img_2 = ""
	document.img_3 = ""
	document.img_4 = ""
	document.img_5 = ""
	document.img_6 = ""
	document.img_7 = ""
	document.img_8 = ""
	document.img_9 = ""
	document.img_10 = ""
	document.img_11 = ""
}