/*
Random-Order content script
By JavaScript Kit (http://www.javascriptkit.com)
This notice must stay intact for use
*/

//1) Specify content(s) to display and rotate
//   You can specify multiple "sets", each displayed in diff. areas of your page


var primary=new Array() //PRIMARY SET

primary[0]='<tr><td class="stateboxcontainerleft"><img src="../vendorphotos/kimkelleyms.jpg" class="listingphoto" width="150" height="120" alt="Kim Kelley Photography"></td><td class="stateboxcontainerright"><a href="kimkelley-eupora-ms-photographer.asp" class="listingname">Kim Kelley Photography</a><div class="stateaddr">Eupora, MS - (662)552-3738</div>Kim Kelley Photography specializes in studio & on-location, natural light photography of maternity, babies, children, adults, weddings & families. Kim Kelley is a photographer located in Eupora, MS<br><br><a href="kimkelley-eupora-ms-photographer.asp" class="listinglink"><img src="../images/icon-photos.png" class="listingicon">&nbsp;View Photos</a>&nbsp;&nbsp;<a href="../weddingphotographer.asp?url=http://www.kimkelleyphotography.com" target="new" class="listinglink"><img src="../images/icon-web.png" class="listingicon">&nbsp;See Website</a></td></tr>'

primary[1]='<tr><td class="stateboxcontainerleft"><img src="../vendorphotos/loricoxms.jpg" class="listingphoto" width="200" height="120" alt="Lori Cox Photography"></td><td class="stateboxcontainerright"><a href="loricox-columbus-ms-wedding-photographer.asp" class="listingname">Lori Cox Photography</a><div class="stateaddr">Columbus MS - (662)889-1835</div>Lori Cox Photography is located in New Hope, Mississippi. Lori Cox Photography offers documentary wedding coverage, portrait and event photography for Columbus, New Hope, Caledonia and other areas.<br><br><a href="loricox-columbus-ms-wedding-photographer.asp" class="listinglink"><img src="../images/icon-photos.png" class="listingicon">&nbsp;View Photos</a>&nbsp;&nbsp;<a href="../weddingphotographer.asp?url=http://www.loricoxphotography.com" target="new" class="listinglink"><img src="../images/icon-web.png" class="listingicon">&nbsp;See Website</a></td></tr>'

primary[2]='<tr><td class="stateboxcontainerleft"><img src="../vendorphotos/chrisellisms.jpg" class="listingphoto" width="188" height="120" alt="Chris Ellis Photography"></td><td class="stateboxcontainerright"><a href="../weddingphotographer.asp?url=http://www.chrisellisphotos.com" class="listingname">Chris Ellis Photography</a><div class="stateaddr">Columbus MS - (662)499-0021</div>Fantastic Wedding Photography as seen in magazines.<br><br><a href="../weddingphotographer.asp?url=http://www.chrisellisphotos.com" class="listinglink"><img src="../images/icon-photos.png" class="listingicon">&nbsp;View Photos</a>&nbsp;&nbsp;<a href="../weddingphotographer.asp?url=http://www.chrisellisphotos.com" target="new" class="listinglink"><img src="../images/icon-web.png" class="listingicon">&nbsp;See Website</a></td></tr>'

primary[3]='<tr><td class="stateboxcontainerleft"><img src="../vendorphotos/krishnams1.jpg" class="listingphoto" width="180" height="120" alt="Photography by Krishna"></td><td class="stateboxcontainerright"><a href="../weddingphotographer.asp?url=http://www.photographybykrishna.com" class="listingname">Photography by Krishna</a><div class="stateaddr">Brandon MS - (601)720-3686</div>For Quality and Professionalism, Contact Krishna. Krishna offers various options from Traditional Albums to Coffee Table Books, and uses the finest quality of paper, Kodak Endura Professional Paper.<br><br><a href="../weddingphotographer.asp?url=http://www.photographybykrishna.com" class="listinglink"><img src="../images/icon-photos.png" class="listingicon">&nbsp;View Photos</a>&nbsp;&nbsp;<a href="../weddingphotographer.asp?url=http://www.photographybykrishna.com" target="new" class="listinglink"><img src="../images/icon-web.png" class="listingicon">&nbsp;See Website</a></td></tr>'

primary[4]='<tr><td class="stateboxcontainerleft"><img src="../vendorphotos/cindydesaullesms.jpg" class="listingphoto" width="169" height="120" alt="Cindy De Saulles Photography"></td><td class="stateboxcontainerright"><a href="cindydesaulles-ocean-springs-ms-wedding-photographer.asp" class="listingname">Cindy De Saulles Photography</a><div class="stateaddr">15906 Allie Byrd Road, Ocean Springs MS - (228)218-6352</div>My services include any event that is important enough to you to have it recorded. My specialty is weddings however, other services include but are not limited to family portraits and events, pets, newborns, family and so much more.<br><br><a href="cindydesaulles-ocean-springs-ms-wedding-photographer.asp" class="listinglink"><img src="../images/icon-photos.png" class="listingicon">&nbsp;View Photos</a>&nbsp;&nbsp;<a href="cindydesaulles-ocean-springs-ms-wedding-photographer.asp" class="listinglink"><img src="../images/icon-reviews.png" class="listingicon">&nbsp;Read Reviews</a>&nbsp;&nbsp;<a href="../weddingphotographer.asp?url=http://www.cindydesaullesphotography.com" target="new" class="listinglink"><img src="../images/icon-web.png" class="listingicon">&nbsp;See Website</a></td></tr>'


//SECONDARY STATE


var secondary=new Array() //SECONDARY SET

secondary[0]='<tr><td class="stateboxcontainerleft"><img src="../vendorphotos/kesphotoar.jpg" class="listingphoto" width="180" height="120" alt="Photography by KES Weddings"></td><td class="stateboxcontainerright"><a href="../arkansas/karensegrave-sherwood-ar-wedding-photographer.asp" class="listingname">Photography by KES Weddings</a><div class="stateaddr">Little Rock AR - (501)607-0090</div>Karen E. Segrave is a professional photojournalist with more than 15 years of daily experience. Karen will capture your wedding day as it unfolds providing as-the-moment-happens, documentary-style images that will provide you with true emotions and candid moments.<br><br><a href="../arkansas/karensegrave-sherwood-ar-wedding-photographer.asp" class="listinglink"><img src="../images/icon-photos.png" class="listingicon">&nbsp;View Photos</a>&nbsp;&nbsp;<a href="../weddingphotographer.asp?url=http://www.kesweddings.com" target="new" class="listinglink"><img src="../images/icon-web.png" class="listingicon">&nbsp;See Website</a></td></tr>'




function randomorder(targetarray, spacing){

var randomorder=new Array()
var the_one
var z=0
for (i=0;i<targetarray.length;i++)
randomorder[i]=i

while (z<targetarray.length){
the_one=Math.floor(Math.random()*targetarray.length)
if (targetarray[the_one]!="_selected!"){
document.write(targetarray[the_one]+spacing)
targetarray[the_one]="_selected!"
z++
}
}
}

