function sTrackPhotoView(photoName) { //Tracks as a Page View
	/* Custom Photo View Implementation Coming Soon */
	s.pageName="photos:"+photoName;
	s.t();
}