// JavaScript Document
// Stores and displays repeating data for the 'Connections' feature on the Reunion 2006 - 1971, 1972 & 1973 Cluster site.
// Created: 31JAN 2006 by Lloyd C. - Last Updated: 18 MAY 2006 by Nick R.


function fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM){
	var sGroupLabel = '';
	var maxNum = 23;
	var sum = 0;
	for (var i = 0; i <= maxNum; i++) {  
		sum +=i;
			  if (sGroup[i] == 0) {sGroupLabel += '<i>none selected.</i>'; }	
		else if (sGroup[i] == 1) {sGroupLabel += ' &#8226; <a href="connections/cnx01.html">already retired &amp; loving it</a>'; }
		else if (sGroup[i] == 2) {sGroupLabel += ' &#8226; <a href="connections/cnx02.html">BLAC members</a>';}
		else if (sGroup[i] == 3) {sGroupLabel += ' &#8226; <a href="connections/cnx03.html">bloggers unite</a>'; }
		else if (sGroup[i] == 4) {sGroupLabel += ' &#8226; <a href="connections/cnx04.html">but we didn\'t inhale</a>';}
		else if (sGroup[i] == 5) {sGroupLabel += ' &#8226; <a href="connections/cnx05.html">conservative&#8212;both then and now</a>';}
		else if (sGroup[i] == 6) {sGroupLabel += ' &#8226; <a href="connections/cnx06.html">currently politically active</a>';}
		else if (sGroup[i] == 7) {sGroupLabel += ' &#8226; <a href="connections/cnx07.html">ex-pats</a>';}
		else if (sGroup[i] == 8) {sGroupLabel += ' &#8226; <a href="connections/cnx08.html">fast times in the for-profit world</a>';}
		else if (sGroup[i] == 9) {sGroupLabel += ' &#8226; <a href="connections/cnx09.html">international life</a>';}
		else if (sGroup[i] == 10) {sGroupLabel += ' &#8226; <a href="connections/cnx10.html">LGBT and proud</a>';}
		else if (sGroup[i] == 11) {sGroupLabel += ' &#8226; <a href="connections/cnx11.html">liked Mac so much, we sent our kids</a>';}
		else if (sGroup[i] == 12) {sGroupLabel += ' &#8226; <a href="connections/cnx12.html">lived in Dayton Hall</a>';}
		else if (sGroup[i] == 13) {sGroupLabel += ' &#8226; <a href="connections/cnx13.html">Mac athletes</a>';}
		else if (sGroup[i] == 14) {sGroupLabel += ' &#8226; <a href="connections/cnx14.html">now working at a non-profit</a>';}
		else if (sGroup[i] == 15) {sGroupLabel += ' &#8226; <a href="connections/cnx15.html">actors, dancers &amp; musicians</a>';}
		else if (sGroup[i] == 16) {sGroupLabel += ' &#8226; <a href="connections/cnx16.html">planning to lose 10 pounds before Reunion</a>';}
		else if (sGroup[i] == 17) {sGroupLabel += ' &#8226; <a href="connections/cnx17.html">political junkies</a>';}
		else if (sGroup[i] == 18) {sGroupLabel += ' &#8226; <a href="connections/cnx18.html">served time on Community Council</a>';}
		else if (sGroup[i] == 19) {sGroupLabel += ' &#8226; <a href="connections/cnx19.html">took over a campus building or two</a>';}
		else if (sGroup[i] == 20) {sGroupLabel += ' &#8226; <a href="connections/cnx20.html">totally innocent kisses</a>';}
		else if (sGroup[i] == 21) {sGroupLabel += ' &#8226; <a href="connections/cnx21.html">women athletes before Title IX</a>';}
		else if (sGroup[i] == 22) {sGroupLabel += ' &#8226; <a href="connections/cnx22.html">yes, we\'re single!</a>';}
		

	}

	document.write('<img src="/alumni/reunion/class_sites/1971_1973/images/'+sPicYB+'" height="85" width="66"><img src="/alumni/reunion/class_sites/1971_1973/images/'+sPicSM+'" height="85" width="66">');
	document.write('<div style="margin-left:140px;">')
	document.write('<p><b>'+sName+'</b> <span style="float:right;"><a class="notelink" href="'+sNote+'</a></span><br>');
	document.write('<a href="mailto:'+sEmail+'">'+sEmail+'</a><br>');
	document.write('<span class='+sAttend+'</span><br>');
	document.write('<span class="smalltext">connections: '+sGroupLabel+'</span></p>');
	document.write('</div>')
}


function fPAnd() {
//yb: yes
	var sName = 'Paul Anderson &rsquo;73';
	var sEmail = 'paul_anderson [at] pacbell.net';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 12; //Dayton Hall	
	var sNote = '#">';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);

}

function fAAr73() {
//yb: yes
	var sName = 'Audrey Arner &rsquo;73';
	var sEmail = 'aarner [at] maxminn.com';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 12; //lived in Dayton Hall
	sGroup[1] = 14; //now working at a non-profit
	sGroup[2] = 15; //actors dancers and musicians
	sGroup[3] = 6; //currently politically active
	sGroup[4] = 17; //political junkies
	sGroup[5] = 11; //liked Mac so much, we sent our kids	
	var sNote = 'notes_h.html#aa73">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);

}

function fMA72() {
	
	var sName = 'Mary Arneson &rsquo;72';
	var sEmail = 'marneson47 [at] earthlink.net';
	var sAttend = '"><!--no-->';
	var sGroup = new Array();
	sGroup[0] = 0;
	var sNote = 'notes_m.html#ma72">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fJBa72() {
	//yb: yes
	var sName = 'Jim Bach &rsquo;72';
	var sEmail = 'jim.bach [at] redbutte.utah.edu';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	
	sGroup[0] = 11; //sent our kids
	
	var sNote = 'notes_a.html#jb72">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fGBa71 () {
	//yb: yes
	var sName = 'Gilbert Baldwin &rsquo;71';
	var sEmail = 'gbaldwin [at] columbiapmc.com';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	
	sGroup[0] = 2; //BLAC members
	sGroup[1] = 4; //but we didn't inhale
	sGroup[2] = 8; //fast times in the for-profit world
	sGroup[3] = 12; //lived in Dayton Hall
	sGroup[4] = 13; //Mac athletes
	sGroup[5] = 22; //yes, we're single!
	
	var sNote = 'notes_e.html#gb71">note &raquo;';
	var sPicYB = 'yb_gilbert_baldwin.jpg" alt="Spotlight photo of Gilbert Baldwin';
	var sPicSM = 'sm_gil_baldwin.jpg" alt="Photo of Gil Baldwin today.';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fJBer72 () {
	//yb: yes n.a
	var sName = 'Jane (Kathy) Berglund McMackin &rsquo;72';
	var sEmail = 'janekathy [at] hotmail.com';
	var sAttend = '"attendm">May be attending';
	var sGroup = new Array();
	sGroup[0] = 1; //already retired and loving it
	sGroup[1] = 6; //currently politically active
	var sNote = 'notes_d.html#jbm72">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fBBrauF73 () {
	//yb:yes

	var sName = 'Beverly Braun Fritz &rsquo;73';
	var sEmail = 'bevfritz [at] comcast.net';
	var sAttend = '"attendm">May be attending';
	var sGroup = new Array();
	sGroup[0] = 20; //totally innocent kisses
	var sNote = 'notes_0z.html#bbf73">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}


function fPBroL72 () {
//yb:yes
	var sName = 'Pam Brock Lappies &rsquo;72';
	var sEmail = 'plappies [at] yahoo.com';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 4; //but we didn't inhale
	var sNote = 'notes_0z.html#pbl72">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}


function fDBue71 () {
	//yb: unkwn
	var sName = 'David Buetow &rsquo;71';
	var sEmail = 'dbuetow [at] aol.com';
	var sAttend = '"">';
	var sGroup = new Array();
	sGroup[0] = 12; //lived in dayton hall
	var sNote = '#">';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}



function fWBuB72 () {
	//yb: unkwn
	var sName = 'Wendy Butler-Boyesen &rsquo;72';
	var sEmail = 'wendybb [at] earthlink.net';
	var sAttend = '"">';
	var sGroup = new Array();
	sGroup[0] = 11; //liked mac so much...
	sGroup[1] = 14; //now working for a non-profit
	sGroup[2] = 16; //lose 10 pounds
	var sNote = '#">';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fCCan72 () {

	// yb:yes
	var sName = 'Cindy Cannizzo &rsquo;72';
	var sEmail = 'nizzo [at] wideopenwest.com';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 17; //political junkies
	sGroup[1] = 22; //yes, we're single!
	var sNote = 'notes_0y.html#cc72">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fCC71 () {
	// yb:yes
	var sName = 'Carey Carlson &rsquo;71';
	var sEmail = 'careyralphcarlson [at] msn.com';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 1; //retired
	var sNote = 'notes_h.html#cc71">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'sm_carey_carlson.jpg" alt="Photo of Carey Carlson today.';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fCCh71 () {
	//yb:yes
	var sName = 'Sara Church &rsquo;71';
	var sEmail = '';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 7; //ex-pats
	sGroup[1] = 9; //international life
	sGroup[2] = 22; //yes, we're single!
	
	var sNote = 'notes_b.html#cch71">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'sm_sara_church.jpg" alt="Sara Church today';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}


function fSCl73 () {
	// yb: yes
	var sName = 'Suzanne Clarke &rsquo;73';
	var sEmail = 'seclarke [at] stkate.edu';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 22; //single!	
	var sNote = 'notes_h.html#sc73">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fKC71() {
	
	var sName = 'Katherine Cooper &rsquo;71';
	var sEmail = 'piresearch [at] earthlink.net';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 0;	
	var sNote = 'notes_x.html#kc71">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'sm_katherine_cooper.jpg" alt="Photo of Katherine Cooper today.';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fBC72() {
 
	var sName = 'Brian Cronwall &rsquo;72';
	var sEmail = 'cronwall [at] hawaii.edu';
	var sAttend = '"attendm">May be attending';
	var sGroup = new Array();
	sGroup[0] = 0;	
	var sNote = 'notes_s.html#bc72">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
		
}



function fCDH71() {
//yb: yes

	var sName = 'Caryn Davis Hanson &rsquo;71';
	var sEmail = 'caryn [at] nilenet.com';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 0;	
	var sNote = 'notes_i.html#cdh71">note &raquo;';
	var sPicYB = 'yb_caryn_davis.jpg" alt="Yearbook photo of Caryn Davis.';
	var sPicSM = 'sm_caryn_davis_hanson.jpg" alt="Current photo of Caryn Davis Hanson';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);

}

function fJD72() {

	var sName = 'Janet Davis &rsquo;72';
	var sEmail = 'jdavis [at] med.miami.edu';
	var sAttend = '"><!--no-->';
	var sGroup = new Array();
	sGroup[0] = 0;	
	var sNote = 'notes_m.html#jd72">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

	
function fPD73() {
	var sName = 'Phil Deering &rsquo;73';
	var sEmail = 'phil.deering [at] gmail.com';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 6;
	sGroup[1] = 19;
	sGroup[2] = 16;
	var sNote = 'notes_z.html#pd73">note &raquo;';
	var sPicYB = 'yb_phil_deering.jpg" alt="Yearbook photo of Phil Deering.';
	var sPicSM = 'sm_phil_deering.jpg" alt="Photo of Phil Deering today.';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fBDo71() {
// yb: yes
	var sName = 'Bruce Downing &rsquo;71';
	var sEmail = 'brucedowning [at] hotmail.com';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	
	sGroup[0] = 4; //inhale
	sGroup[1] = 12; //Dayton
	sGroup[2] = 15; //a,d,m
	sGroup[3] = 16; //lose 10 
	sGroup[4] = 17; //pol junkies
	sGroup[5] = 19; //campus building 
	sGroup[6] = 22; //single!
	var sNote = 'notes_f.html#bd71">note &raquo;';
	var sPicYB = 'yb_bruce_downing.jpg" alt="Spotlight photo of Bruce Downing"';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fSE71() {
	
	var sName = 'Steve Euller &rsquo;71';
	var sEmail = 'steve_euller [at] cargill.com';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 0;	
	var sNote = 'notes_u.html#se71">note &raquo;';
	var sPicYB = 'yb_steve_euller.jpg" alt="Spotlight photo of Steven Euller.';
	var sPicSM = 'sm_steve_euller.jpg" alt="Photo of Steve Euller today.';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fDE71() {

	var sName = 'Darryl Everett &rsquo;71';
	var sEmail = 'darryl [at] esplanadelane.com';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 5; //conservative both then and now
	sGroup[1] = 18; //served time on Community Council
	var sNote = 'notes_x.html#de71">note &raquo;';
	var sPicYB = 'yb_darryl_everett.jpg" alt="Spotlight photo of Darryl Everett.';
	var sPicSM = 'sm_darryl_everett.jpg" alt="Photo of Darryl Everett today.';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fDFa73() {
//yb:yes
	var sName = 'David Fahl &rsquo;73';
	var sEmail = 'davidfahl [at] hotmail.com';
	var sAttend = '"attendn">';
	var sGroup = new Array();
	sGroup[0] = 6; //currently politically active
	sGroup[1] = 15; //actors dancers and musicians
	sGroup[2] = 19; //took over a campus building or two
	var sNote = 'notes_a.html#df73">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fSFe72() {
// yb:unknown
	var sName = 'Stephen Fedo &rsquo;72';
	var sEmail = 'sfedo [at] ngelaw.com';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 15; //a d & m
	var sNote = '#">';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fBF71() {

	var sName = 'Bruce Fisher &rsquo;71';
	var sEmail = 'brfisher50 [at] earthlink.net';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 0;	
	var sNote = 'notes_v.html#bf71">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'sm_bruce_fischer.jpg" alt="Photo Bruce Fisher.';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fBGaa71() {
//yb: yes

	var sName = 'Bruce Gaarder &rsquo;71';
	var sEmail = 'bruce [at] gaardergroup.com';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 14; //now working at a non-profit
	var sNote = 'notes_0v.html#bg71">';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fPGa73() {
  	//yb: not said
	var sName = 'Priscilla Garfield Simon &rsquo;73';
	var sEmail = 'pgarfield2 [at] aol.com';
	var sAttend = '"><!--n/a-->';
	var sGroup = new Array();
	sGroup[0] = 22; //single
	var sNote = '#">';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fBGreS71() {
   //yb:y

	var sName = 'Barbara Gregg Stuart &rsquo;71';
	var sEmail = 'bgstuart [at] earthlink.net';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 1; //already retired and loving it
	sGroup[1] = 6; //currently politically active
	sGroup[2] = 8; //fast times in the for-profit world
	sGroup[3] = 9; //international life
	sGroup[4] = 14; //now working at a non-profit
	sGroup[5] = 17; //political junkies	
	var sNote = 'notes_0x.html#bgs71">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}


function fPG72() {
    //yb: yes
	var sName = 'Peggy Gulick &rsquo;72';
	var sEmail = 'peggy [at] nswine.com';
	var sAttend = '"><!--no-->';
	var sGroup = new Array();
	sGroup[0] = 0;	
	var sNote = 'notes_j.html#pg72">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'sm_peggy_gulick.jpg" alt="Photo of Peggy Gulick today.';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fSH73() {
	
	// yb: yes
	var sName = 'Susan Haigh &rsquo;73';
	var sEmail = 'haighsue [at] comcast.net';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 14; //non-profit
	sGroup[1] = 6;  //politically active
	sGroup[2] = 17; //junkies
	sGroup[3] = 18; //Community Council
	sGroup[4] = 21; //women athletes	
	var sNote = 'notes_h.html#sh73">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fJHal71() {
//yb: yes

	var sName = 'Justin Halverson &rsquo;71';
	var sEmail = 'jushalv [at] bellsouth.net';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 5; //conservative
	sGroup[1] = 13; //Mac athletes
	var sNote = 'notes_b.html#jh71">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);

}


function fCH71() {

	var sName = 'Carter Hill &rsquo;71';
	var sEmail = 'carterhill [at] comcast.net';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 0;	
	var sNote = 'notes_u.html#ch71">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'sm_carter_hill.jpg" alt="Photo of Carter Hill today.';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fRHi71() {
	//yb: yes
	var sName = 'Roderick Hines &rsquo;71';
	var sEmail = 'rphines [at] hotmail.com';
	var sAttend = '"attendm">May be attending';
	var sGroup = new Array();
	sGroup[0] = 0;	
	var sNote = 'notes_k.html#rh71">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fMAHo71() {
	//yb:yes na
	var sName = 'Mary Ann Hoffman &rsquo;71';
	var sEmail = 'hoffmanm [at] umd.edu';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 6; //currently politically active	
	var sNote = 'notes_0w.html#mah71">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'sm_maryann_hoffman.jpg" alt="Current photo of Mary Ann Hoffman.';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fRHu71() {
	//yb:yes
	var sName = 'Rob Hunter &rsquo;71';
	var sEmail = 'rehunter [at] email.arizona.edu';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 0;	
	var sNote = 'notes_l.html#rh71">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}


function fLJac72() {
	//yb:yes
	var sName = 'Lynn Jacobson Voelbel &rsquo;72';
	var sEmail = 'lynnvoelbel [at] gmail.com';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 16; // lose 10 
	var sNote = 'notes_c.html#ljv72">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'sm_lynn_jacobson_voelbel.jpg" alt="Photo of Lynn Jacobson Voelbel today.';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}


function fJK71() {
	//yb:yes
	var sName = 'John Kremer &rsquo;71';
	var sEmail = 'JohnKremer [at] bookmarket.com';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 0;	
	var sNote = 'notes_l.html#jk71">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'sm_john_kremer2.jpg" alt="Photo of John Kremer today.';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fNLa71() {
	// yb: yes
	var sName = 'Nancy Lane &rsquo;71';
	var sEmail = 'nancyelane [at] yahoo.com';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 16; //lose 10
	sGroup[1] = 8; //for-profit
	sGroup[2] = 22; //single!	
	var sNote = 'notes_h.html#nl71">note &raquo;';
	var sPicYB = 'yb_nancy_lane.jpg" alt="Spotlight photo of Nancy E. Lane"';
	var sPicSM = 'sm_nancy_lane.jpg" alt="Photo of Nancy E. Lane today"';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fCL72() {

	var sName = 'Craig Laughlin &rsquo;72';
	var sEmail = '';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 0;	
	var sNote = 'notes_o.html#cl72">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'craig_laughlin.jpg" alt="Photo of Craig Laughlin today.';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fGLaw73() {
	var sName = 'Gabrielle Lawrence &rsquo;73';
	var sEmail = 'lawrence [at] macalester.edu';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 12; //dayton hall
	sGroup[1] = 15; //a, d & m
	var sNote = 'notes_c.html#gl73">note &raquo;';
	var sPicYB = 'yb_gabrielle_lawrence.jpg" alt="Photo of Gabrielle Lawrence from 1970.';
	var sPicSM = 'sm_gabrielle_lawrence.jpg" alt="Current photo of Craig Laughlin.';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
	
}

function fCLe72() {
// yb: yes
	var sName = 'Celeste Levie &rsquo;72';
	var sEmail = 'clevie0703 [at] yahoo.com';
	var sAttend = '"attendm">May be attending';
	var sGroup = new Array();
	sGroup[0] = 6; //politically active
	sGroup[1] = 17; //junkies
	sGroup[2] = 20; //kisses
	sGroup[3] = 22; //single!
	var sNote = '#">';
	var sPicYB = 'yb_celeste_levie.jpg" alt="Spotlight photo of Celeste Levie.';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);

}

function fLLH73() {

	var sName = 'Lucy Lind Hogan &rsquo;73';
	var sEmail = 'klhogan [at] verizon.net';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 0;	
	var sNote = 'notes_u.html#llh73">note &raquo;';
	var sPicYB = 'yb_lucy_lind.jpg" alt="Spotlight photo of Lucy Lind.';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fMMac72() {
//yb: yes - not found
	var sName = 'Margaret Macneale &rsquo;72';
	var sEmail = 'mmacneale [at] jfcsmpls.org';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 14; //non-profit
	sGroup[1] = 6; //politically active	
	var sNote = 'notes_o.html#mm72">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fMMan72() {
// yb:yes
	var sName = 'Lina Manswela Pascaline &rsquo;72';
	var sEmail = 'linamanswela [at] yahoo.com';
	var sAttend = '"attendm">May be attending';
	var sGroup = new Array();
	sGroup[0] = 12; //Dayton
	var sNote = 'notes_e.html#mm72">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fMMas71() {
// yb:yesa
	var sName = 'Monte Mason &rsquo;71';
	var sEmail = 'mmmason [at] visi.com';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 0;	
	var sNote = 'notes_w.html#mm71">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}


function fBMcd73() {

	var sName = 'Brigid McDonough &rsquo;73';
	var sEmail = 'bmcdonough [at] briggs.com';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 6; //currently politically active
	sGroup[1] = 8; //fast times in the for-profit world
	sGroup[2] = 9; //international life
	sGroup[3] = 12; //lived in Dayton Hall
	sGroup[4] = 17; //political junkies

	var sNote = 'notes_0x.html#bm73">note &raquo;';
	var sPicYB = 'yb_brigid_mcdonough.jpg" alt="Spotlight photo of Brigid McDonough."';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fRMcl72() {

	var sName = 'Reid McLean &rsquo;72';
	var sEmail = 'reidmc [at] comcast.net';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 14;	//non-profit
	sGroup[1] = 6; //politically active
	var sNote = '#">';
	var sPicYB = 'yb_reid_mclean.jpg" alt="Spotlight photo of Reid Mclean."';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fNM72() {
	//yb: yes
	var sName = 'Nancy Merrick &rsquo;72';
	var sEmail = 'nancy_merrick [at] charter.net';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 0;	
	var sNote = 'notes_k.html#nm72">note &raquo;';
	var sPicYB = 'yb_nancy_merrick.jpg" alt="Photo of Nancy Merrick during Senior year.';
	var sPicSM = 'sm_nancy_merrick.jpg" alt="Photo of Nancy Merrick today.';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}
 
function fKMi72() {

	var sName = 'Kimerly Miller &rsquo;72';
	var sEmail = 'mille379 [at] umn.edu';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 6; //politically active
	sGroup[1] = 11; //sent kids
	sGroup[2] = 12; //dayton hall
	sGroup[3] = 15; //a, d & m
	var sNote = 'notes_y.html#km72">note &raquo;';
	var sPicYB = 'yb_kim_miller.jpg" alt="Spotlight photo of Kim Miller.';
	var sPicSM = 'sm_kim_miller.jpg" alt="Current photo of Kim Miller.';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fMMi72() {
 
	var sName = 'Matt Miller &rsquo;73';
	var sEmail = 'mmiller [at] thedeal.com';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 12; //dayton hall
	var sNote = 'notes_t.html#mm73">note &raquo;';
	var sPicYB = 'yb_matt_miller.jpg" alt="Spotlight photo of Matt Miller.';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fMMuJ71() {
 	// yb_photo_opt-in: yes

	var sName = 'Margaret Munson Johnson &rsquo;71';
	var sEmail = 'pmntjohnson [at] comcast.net';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 15; //a d & m
	var sNote = 'notes_c.html#mmj71">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}


function fDN71() {
 	//yb: yes
	var sName = 'David Nelson &rsquo;71';
	var sEmail = 'dcn [at] nelsonfairfield.com';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 0;
	var sNote = 'notes_n.html#dn71">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'sm_david_nelson71.jpg" alt="Photo of David Nelson today.';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}


function fMANH72() {

	var sName = 'Mary Ann New Hjalmarson &rsquo;72';
	var sEmail = '';
	var sAttend = ''; //not attending
	var sGroup = new Array();
	sGroup[0] = 0;
	var sNote = 'notes_p.html#manh72">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}


function fSPe73() {
// yb: yes
	var sName = 'Steve Perkins &rsquo;73';
	var sEmail = 'stevenlperkins [at] yahoo.com';
	var sAttend = '"attendm">May be attending';
	var sGroup = new Array();
	sGroup[0] = 0;
	var sNote = 'notes_0v.html#sp73">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}



function fLPi72() {
// yb: yes
	var sName = 'Linda Pinnell &rsquo;72';
	var sEmail = 'llpinll [at] yahoo.com';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 0;
	var sNote = 'notes_0y.html#lp72">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'sm_linda_pinnell.jpg" alt="Current photo of Linda Pinnell.';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fPPla71() {
//yb:yes
	var sName = 'Phil Platt &rsquo;71';
	var sEmail = 'platt [at] umn.edu';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 12; //lived in Dayton Hall
	sGroup[1] = 14; //now working at a non-profit
	sGroup[2] = 15; //actors dancers and musicians 
	var sNote = 'notes_0w.html#pp71">note &raquo;';
	var sPicYB = 'yb_phil_platt.jpg" alt="Yearbook photo of Phil Platt.';
	var sPicSM = 'sm_phil_platt.jpg" alt="Current photo of Phil Platt.';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}


function fCP72() {
 	
	var sName = 'Craig Polsfuss &rsquo;72';
	var sEmail = 'clpolsfuss [at] msn.com';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 0;
	var sNote = 'notes_p.html#cp72">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}


function fSRas72() {

	var sName = 'Stephen Rasmusson &rsquo;72 ';
	var sEmail = 'rasmus [at] starpoint.net';
	var sAttend = '"><!--na-->';
	var sGroup = new Array();
	sGroup[0] = 14; //non-profit
	var sNote = '#">';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fDRC72() {
 	
	var sName = 'Danielle Rawls Carr &rsquo;72';
	var sEmail = 'dannie_carr [at] yahoo.com';
	var sAttend = '"attendm">May be attending';
	var sGroup = new Array();
	sGroup[0] = 0;
	var sNote = 'notes_m.html#drc72">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}


function fBRie72() {
 	//yb:yes

	var sName = 'Brian Riedesel &rsquo;72';
	var sEmail = 'briedesel [at] sa.utah.edu';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 9; //international life
	sGroup[1] = 13; //Mac athletes
	sGroup[2] = 14; //now working at a non-profit
	sGroup[3] = 20; //totally innocent kisses
	sGroup[4] = 22; //yes, we're single!

	var sNote = 'notes_0y.html#br72">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}


function fDRi71() {
 	
	var sName = 'Doug Riley &rsquo;71';
	var sEmail = 'doug.riley [at] drgtech.com';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 0;
	var sNote = 'notes_n.html#dr71">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'sm_doug_riley.jpg" alt="Photo of Doug Riley today.';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fDRu72() {
 	
	var sName = 'Des Runyan &rsquo;72';
	var sEmail = 'drunyan [at] unc.edu';
	var sAttend = '"attendm">May be attending';
	var sGroup = new Array();
	sGroup[0] = 0;
	var sNote = 'notes_n.html#dr72">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'sm_des_runyan.jpg" alt="Photo of Des Runyan today.';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fDRus71() {
//yb:yes
	var sName = 'David Rusterholz &rsquo;71';
	var sEmail = 'd.b.rusterholz [at] uwrf.edu';
	var sAttend = ' "attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 0
	var sNote = '#">';
	var sPicYB = 'yb_david_rusterholz.jpg" alt="Yearbook photo of David Rusterholz.';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}


function fCSan73() {
// yb:yes n.a.
	var sName = 'Chris Sandberg &rsquo;73';
	var sEmail = 'Cksandberg [at] mac.com';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 15; //actors dancers and musicians
	sGroup[1] = 16; //planning to lose 10 pounds before Reunion
	sGroup[2] = 6; //currently politically active
	var sNote = 'notes_e.html#cs73">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fJSch72() {
// yb: yes
	var sName = 'Jon Schroeder &rsquo;72';
	var sEmail = 'Jon [at] educationevolving.org';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 14; //non-profit
	sGroup[1] = 15; //a, d, & m
	sGroup[2] = 17; //junkies
	var sNote = 'notes_f.html#js72">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fMSh72() {
// yb: yes
	var sName = 'Mark Sherman &rsquo;72';
	var sEmail = 'Mark [at] shermanhome.com';
	var sAttend = '"attendm">May be attending';
	var sGroup = new Array();
	sGroup[0] = 14; //non-profit
	sGroup[1] = 6; //politically active
	var sNote = 'notes_i.html#ms72">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fLShiM73() {
// yb: yes
	var sName = 'Laura Shinkle Mueller &rsquo;73';
	var sEmail = 'ljmobg [at] yahoo.com';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 17; //political junkies
	sGroup[1] = 22; //yes, we're single!
	var sNote = 'notes.html#lsm73">note &raquo;';
	var sPicYB = 'yb_laura_shinkle.jpg" alt="Spotlight photo of Laura Shinkle.';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fSSk73() {

	var sName = 'Sandra Skaar &rsquo;73';
	var sEmail = 'sandra.skaar [at] anoka.k12.mn.us';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 6; //politically active
	sGroup[1] = 17; //political junkies
	var sNote = '#">';
	var sPicYB = 'yb_sandy_skaar.jpg" alt="Spotlight photo of Sandra Skaar.';
	var sPicSM = 'sm_sandra_skaar.jpg" alt="Photo of Sandra Skaar today.';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fMS73() {

	var sName = 'Mike Skoien &rsquo;73';
	var sEmail = 'mwskoien [at] comcast.net';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 12; //dayton
	sGroup[1] = 13; //athletes
	var sNote = 'notes_q.html#ms73">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fJMSmi73() {
	var sName = 'Jeff von Munkwitz-Smith &rsquo;73';
	var sEmail = 'jvon [at] uconn.edu';
	var sAttend = '>';
	var sGroup = new Array();
	sGroup[0] = 18; //served on comm. council
	var sNote = '#">';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fJSpro71_TNS71() {
  //yb: yes
	var sName = 'John Sprole &rsquo;71 &amp; Tamara Niles Sprole &rsquo;71';
	var sEmail = '';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 11; //liked mac so much...
	var sNote = '#">';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fJSte71() {
  //yb: yes
	var sName = 'Joel Stegner &rsquo;71';
	var sEmail = 'jstegner [at] mn.rr.com';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 11; // sent kids
	sGroup[1] = 13; // athletes
	sGroup[2] = 14; // non-profit
	sGroup[3] = 15; //a d m
	sGroup[4] = 16; //lose 10 
	sGroup[5] = 17; //pol junkies
	sGroup[6] = 20; //kisses
	var sNote = 'notes_d.html#js71">note &raquo;';
	var sPicYB = 'yb_joel_stegner.jpg" alt="Spotlight photo of Joel Stegner 71.';
	var sPicSM = 'sm_joel_stegner2.jpg" alt="Photo of Joel Stegner today';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fASterH73() {
  //yb: yes
	var sName = 'Anne Sterling Haselhurst &rsquo;73';
	var sEmail = 'annehaselhurst [at] aol.com';
	var sAttend = '>';
	var sGroup = new Array();
	sGroup[0] = 7; //ex-pats
	sGroup[1] = 9; //international life
	sGroup[2] = 14; //now working at a non-profit
	var sNote = 'notes_a.html#ash73">note &raquo;';
	var sPicYB = 'yb_anne_sterling.jpg" alt="Spotlight photo of Anne Sterling 73.';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fBTD73() {

	var sName = 'Beth Taylor Dessem &rsquo;73';
	var sEmail = 'dessem [at] gmail.com';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 14; //non-profit
	var sNote = 'notes_v.html#btd73">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fST73() {

	var sName = 'Suzanne Torrey &rsquo;73';
	var sEmail = 'storrey [at] usg.com';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 0;
	var sNote = 'notes_w.html#st73">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'sm_suzanne_torrey.jpg" alt="Photo of Suzanne Torrey today.';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fRVo71() {
//yb: yes:na
	var sName = 'Richard Voelbel &rsquo;71';
	var sEmail = 'rvoelbel [at] zelle.com';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 0;
	var sNote = 'notes_0z.html#rv71">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'sm_voelbel_rich.jpg" alt="Photo of Rich Voelbel today.';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fJW73() {

	var sName = 'Joan Wellman &rsquo;73';
	var sEmail = 'joan [at] joanwellmanassociates.com';
	var sAttend = '"><!--n/a-->';
	var sGroup = new Array();
	sGroup[0] = 21; //women athletes
	var sNote = '#">';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'spacer.gif" style="visibility:hidden;';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}



function fMWG71() {

	var sName = 'Martha Whiting-Goddard &rsquo;71';
	var sEmail = 'Martha.Whiting-Goddard [at] cs.oag.state.tx.us';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 2; //BLAC
	var sNote = 'notes_z.html#mwg71">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'sm_martha_whiting_goddard.jpg" alt="Photo of Martha Whiting-Goddard today.';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fCDW73() {
	//yb:yes
	var sName = 'Carmen Devi Wiseman &rsquo;73';
	var sEmail = 'cdw1 [at] uniserve.com';
	var sAttend = '"attendm">May be attending';
	var sGroup = new Array();
	sGroup[0] = 7; //ex-pats
	sGroup[1] = 9; //international life
	sGroup[2] = 15; //a,d & m
	sGroup[3] = 19; //campus bldg	
	var sNote = 'notes_r.html#cdw73">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'sm_carmen_wiseman.jpg" alt="Carmen D. Wiseman today';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fCWoR72() {
	//yb:yes
	var sName = 'Carol Wolf Runyan &rsquo;72';
	var sEmail = 'carol_runyan [at] unc.edu';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 21; //women athletes before Title IX
	var sNote = 'notes_b.html#cwr72">note &raquo;';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'sm_carol_wolf_runyan.jpg" alt="Carol Wolf Runyan today';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}

function fJY71() {
	//yb:yes
	var sName = 'Jim Young &rsquo;71';
	var sEmail = 'jyoung4 [at] visi.com';
	var sAttend = '"attendy">Planning to attend';
	var sGroup = new Array();
	sGroup[0] = 12; //lived in dayton hall
	var sNote = '"#>';
	var sPicYB = 'spacer.gif" style="visibility:hidden;';
	var sPicSM = 'sm_jim_young.jpg" alt="Current photo of Jim Young.';
	fLabel (sName,sEmail,sAttend,sGroup,sNote,sPicYB,sPicSM);
}






function fNL() {document.write('<BR>');}

