// JavaScript Document
function photo(url){
	var w = window.open(url,"todays_shot", "width=430,height=550,scrollbars=yes");
}

