<!-- Hide from JavaScript-Impaired Browsers

// this one tells showpics that text per pic is loaded
var textloaded = 'yes';

function showtext(numpics, dirname)
//{
//	var picarray = new Array();
//	for(i=0; i<numpics; i++)
//		picarray[i]="Pic"+(i+1);
//	
//	return picarray; 
//}
{
	var picarray = new Array();

picarray[0]="Where it all happened in 2004";
picarray[1]="Lets have a drink and  watch Mike finish his 'erection'.";
picarray[2]="Three bike plus esky parking ... the people slept outside!";
picarray[3]="Hi Honey ... just called to say I love you!";
picarray[4]="Crazee's tea time ... 2 courses of smokes and 1 of Jim Beam";
picarray[5]="And a Jim Beam for desert ... another bottle that is!";
picarray[6]="Crazee resting before supper ... bottle of JB number 3 ... or was it 4 ... he didn't know!";
picarray[7]="10pm and its lights out for a few of the oldies ... asleep on his feet!";
picarray[8]="George is trying to keep the noise down ... so ";
picarray[9]="Vespa Boy using his conflict resolution skills ... or starting another argument ... its a bit hard to tell";
picarray[10]="Could this be the camp site for 2005 ... great views but we might have to put Crazee on a leash";
return picarray; 
}


// End Hiding -->