/* <![CDATA[ */
sfHover = function() {
	var sfEls = new Array();
	 sfEls[0] = document.getElementById("ql");
	 sfEls[1] = document.getElementById("more");
	
	for (var i=0; i<2; i++) {
		
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
			
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

function nm_rand(){
var pa = Array("Bob Lord","Christopher Shea","Dan Nelson","David Legg","Daniel Johnson","Hays Collins","Jan Allinder","Jessi Brown", "Joe Mac Hudspeth", "Kim Kaiser", "Michael A. Kelly","Pamela Johnson","Paul T. Brown","Steve Gulledge","Mark Brown","Jason L. Price","Keith Ward","Michael O. Giles","Nathan Alexander","Peggy Flood","Philip Loria","Bill Stripling","Jacob Brum Field", "Todd Ryburn","Greg Britt");
var pa_url = Array(
				   "",
				   "http://www.christophershea.net/",
				   "",
				   "http://www.davidlegg.com/",
				   "http://www.southern-visions.com",
				   "http://www.hcollinsphoto.com",
				   "http://www.wildlifephoto.net",
				   "",
				   "http://www.southernfocus.com",
				   "http://www.kimkaiser.com",
				   "http://www.wildexposures.net",
				   "http://www.southern-visions.com",
				   "http://www.trueexposures.com",
				   "http://www.stevegulledgephotography.com/g/",
				   "","http://jasonlprice.com/blog/","","","","","","","","","http://www.gjbphotos.com/"
		);

var phi = Array(0,1,2,4,3,5,6,7,8,9,9,10,10,10,10,10,10,11,12,12,13,13,13,13,14,2,4,15,16,17,18,18,11,19,20,20,21, 2, 22, 8, 8, 16, 23, 20, 20, 12, 12, 9, 12, 12, 17, 9, 10,20,24,20,20,20,20,20);
var nm_limit = phi.length;	

$('.captify img').jcaption({
		copyStyle: true,
		captionElement: 'p',
		animate: true,
		show: {height: "show"},
		hide: {height: "hide"}
	});

var nm=null || document.getElementById("nm");
if(nm === null) return;
var n_m=(Math.floor(Math.random()*nm_limit))+1;
var photographer_l = pa[phi[(n_m-1)]];
var photographer_u = pa_url[phi[(n_m-1)]];

var img_hdn=$("#nm img:first");
img_hdn.attr("alt","Mississippi\'s Natural Moments - Photo &copy; <em>"+photographer_l+"</em> ");

var ph_c = $(".content_body").eq(0);
if(ph_c.length && img_hdn.length){
	
		var to_rep = "";

		if(photographer_u != "") to_rep = "<a href='"+photographer_u+"' target='_blank'>"+photographer_l+"</a>";
		else 	to_rep = photographer_l;

		ph_c.append("<p class='photo_credits'>Mississippi\'s Natural Moments Photo (top): <br \/>"+to_rep+"</p>");

}	

$('#nm img').jcaption({
		copyStyle: true,
		captionElement: 'p',
		animate: true,
		show: {height: "show"},
		hide: {height: "hide"}
	});

img_hdn.attr("alt","Mississippi\'s Natural Moments");

nm.style.background="url(\/_i\/natural_moments\/"+n_m+".jpg)";

}

/* ]]> */

