function changePic(pics)
{	
	var div = document.getElementById('photoBox');
	
	var picNum = (Math.random()*pics.size());
	
	alert();
	//div.style.background-image = "http://media.theryanandrandishow.tv/pictures/"+pics[picNum];
}
