	var front_photo = new Array(
{
"photo_url" 	: "http://juneauempire.com/images/imageRotation/banner01.jpg",
"credit_url"	: "http://spotted.juneauempire.com/pages/user_detail.php?user=162832",
"credit_text"	: "gillfoto"
},{
"photo_url" 	: "http://juneauempire.com/images/imageRotation/banner04.jpg",
"credit_url"	: "http://spotted.juneauempire.com/pages/user_detail.php?user=127968",
"credit_text"	: "kizzmysp"
},{
"photo_url" 	: "http://juneauempire.com/images/imageRotation/banner05.jpg",
"credit_url"	: "http://spotted.juneauempire.com/pages/user_detail.php?user=93497",
"credit_text"	: "M. Goese-Goble"
},{
"photo_url" 	: "http://juneauempire.com/images/imageRotation/banner06.jpg",
"credit_url"	: "http://spotted.juneauempire.com/pages/user_detail.php?user=93497",
"credit_text"	: "M. Goese-Goble"
},{
"photo_url" 	: "http://juneauempire.com/images/imageRotation/banner03.jpg",
"credit_url"	: "http://spotted.juneauempire.com/pages/user_detail.php?user=162832",
"credit_text"	: "gillfoto"
},{
"photo_url" 	: "http://juneauempire.com/images/imageRotation/banner07.jpg",
"credit_url"	: "http://spotted.juneauempire.com/pages/user_detail.php?user=93497",
"credit_text"	: "M. Goese-Goble"
},{
"photo_url" 	: "http://juneauempire.com/images/imageRotation/banner08.jpg",
"credit_url"	: "http://spotted.juneauempire.com/pages/user_detail.php?user=97709",
"credit_text"	: "steve"
},{
"photo_url" 	: "http://juneauempire.com/images/imageRotation/banner09.jpg",
"credit_url"	: "http://spotted.juneauempire.com/pages/user_detail.php?user=97709",
"credit_text"	: "steve"
},{
"photo_url" 	: "http://juneauempire.com/images/imageRotation/banner10.jpg",
"credit_url"	: "http://spotted.juneauempire.com/pages/user_detail.php?user=97709",
"credit_text"	: "steve"
},{
"photo_url" 	: "http://juneauempire.com/images/imageRotation/banner11.jpg",
"credit_url"	: "http://spotted.juneauempire.com/pages/user_detail.php?user=98962",
"credit_text"	: "Cody J. Bennett"
},{
"photo_url" 	: "http://juneauempire.com/images/imageRotation/banner12.jpg",
"credit_url"	: "http://spotted.juneauempire.com/pages/user_detail.php?user=98962",
"credit_text"	: "Cody J. Bennett"
},{
"photo_url" 	: "http://juneauempire.com/images/imageRotation/banner02.jpg",
"credit_url"	: "http://spotted.juneauempire.com/pages/user_detail.php?user=162832",
"credit_text"	: "gillfoto"
})
var selected_photo=front_photo[Math.floor(Math.random()*front_photo.length)];document.getElementById("bannerImage").style.backgroundImage='url("'+selected_photo.photo_url+'")';document.write('<div class="credit">');document.write('<b id="submitted-photo-author">Photo by ');document.write('<a href="'+selected_photo.credit_url+'">Spotted user: '+selected_photo.credit_text+"</a>. ");document.write('<a href="http://spotted.juneauempire.com/pages/gallery.php?gallery=362927">Submit yours!</a></b>');document.write("</div>");

