function findPic(){
	var randNum1 = Math.floor((Math.random() * 4))
	document.write("<p align=\"center\"><a href=\"http://www.devotions.net/\" target=\"_blank\">");
	document.write("<img src=\"http://www.fm977.net/images/dev" + randNum1 + ".gif\" width=\"468\" height=\"60\" />");
	document.write("</a></p>");
}
