
//*===================================================*
//DEFINE THE PARAMETERS BELOW THEN THE DATA IN THE DATA SECTION

//*=====PARAMETERS====================================*
SLIDES = new slideshow("SLIDES");
SLIDES.timeout = 4500;
SLIDES.prefetch = -1;
SLIDES.repeat = true;

//*====SLIDE DATA=====================================*
//=====first slide====================================
s = new slide();
s.src =  "images/slideshow/frontpage/market.jpg";
s.text = unescape("At Kalora, we partner with retailers and manufacturers in the home furnishings industry. <br><br>Kalora is always in the process of designing new, quality-made rugs. Our selection of rugs come in an assortment of styles, materials and textures and can complete a wide variety of rooms. <br><br>Great rugs accentuate great furniture. ");  
s.tagline = unescape("");
s.tagline2 = unescape("");
s.link = "";
s.target = "";
s.attr = "width: 500, height: 400";
s.filter = "";
SLIDES.add_slide(s);
s = new slide();
s.src =  "images/slideshow/frontpage/cotton_chenille.jpg";
s.text = unescape("At Kalora, we partner with retailers and manufacturers in the home furnishings industry. <br><br>Kalora is always in the process of designing new, quality-made rugs. Our selection of rugs come in an assortment of styles, materials and textures and can complete a wide variety of rooms. <br><br>Great rugs accentuate great furniture. ");  
s.tagline = unescape("Cotton Chenille");
s.tagline2 = unescape("Bright, Texture");
s.link = "";
s.target = "";
s.attr = "width: 500, height: 400";
s.filter = "";
SLIDES.add_slide(s);

//=====secoond slide====================================
s = new slide();
s.src =  "images/slideshow/frontpage/nuance.jpg";
s.text = unescape("At Kalora, we partner with retailers and manufacturers in the home furnishings industry. <br><br>Kalora is always in the process of designing new, quality-made rugs. Our selection of rugs come in an assortment of styles, materials and textures and can complete a wide variety of rooms. <br><br>Great rugs accentuate great furniture. ");
s.tagline = unescape("Nuance");
s.tagline2 = unescape("Subtle colorations");
s.link = "";
s.target = "";
s.attr = "width:500, height: 400";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "images/slideshow/frontpage/Sisal.jpg";
s.text = unescape("At Kalora, we partner with retailers and manufacturers in the home furnishings industry. <br><br>Kalora is always in the process of designing new, quality-made rugs. Our selection of rugs come in an assortment of styles, materials and textures and can complete a wide variety of rooms. <br><br>Great rugs accentuate great furniture. ");
s.tagline = unescape("Sisal");
s.tagline2 = unescape("Eco-friendly");
s.link = "";
s.target = "";
s.attr = "width:500, height: 400";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "images/slideshow/frontpage/lounge.jpg";
s.text = unescape("At Kalora, we partner with retailers and manufacturers in the home furnishings industry. <br><br>Kalora is always in the process of designing new, quality-made rugs. Our selection of rugs come in an assortment of styles, materials and textures and can complete a wide variety of rooms. <br><br>Great rugs accentuate great furniture. ");
s.tagline = unescape("Lounge");
s.tagline2 = unescape("Rugs that add life to your space");
s.link = "";
s.target = "";
s.attr = "width:500, height: 400";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "images/slideshow/frontpage/mansoori.jpg";
s.text = unescape("At Kalora, we partner with retailers and manufacturers in the home furnishings industry. <br><br>Kalora is always in the process of designing new, quality-made rugs. Our selection of rugs come in an assortment of styles, materials and textures and can complete a wide variety of rooms. <br><br>Great rugs accentuate great furniture. ");
s.tagline = unescape("Mansoori");
s.tagline2 = unescape("Contemporary, Unique");
s.link = "";
s.target = "";
s.attr = "width:500, height: 400";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "images/slideshow/frontpage/IDE.jpg";
s.text = unescape("At Kalora, we partner with retailers and manufacturers in the home furnishings industry. <br><br>Kalora is always in the process of designing new, quality-made rugs. Our selection of rugs come in an assortment of styles, materials and textures and can complete a wide variety of rooms. <br><br>Great rugs accentuate great furniture. ");
s.tagline = unescape("IDE");
s.tagline2 = unescape("Creating Income and Livelihood Opportunities for the Rural Poor");
s.link = "";
s.target = "";
s.attr = "width:500, height: 400";
s.filter = "";
SLIDES.add_slide(s);



