function randompic() { 
	var n = 0;
	var r = new Array();	
	r[n++]= '<a href="system/preview.aspx?pvp=bda0102811.52"><img src="content/images/photo1.jpg" title="Ben Davies" width="88" height="80" border="0"></a>';
	r[n++]= '<a href="system/preview.aspx?pvp=bda0118511.52"><img src="content/images/photo2.jpg" title="Ben Davies" width="88" height="80" border="0"></a>';
	r[n++]= '<IMG SRC="content/images/photo3.jpg" width="88" height="80" border="0">';
	r[n++]= '<IMG SRC="content/images/photo4.jpg" width="88" height="80" border="0">';
	r[n++]= '<IMG SRC="content/images/photo5.jpg" width="88" height="80" border="0">';
	r[n++]= '<IMG SRC="content/images/photo6.jpg" width="88" height="80" border="0">';
	r[n++]= '<a href="system/preview.aspx?pvp=skr0032511.49"><img src="content/images/photo7.jpg" title="Suthep Kritsanavarin" width="88" height="80" border="0"></a>';
	r[n++]= '<a href="system/preview.aspx?pvp=skr0064711.53"><img src="content/images/photo8.jpg" title="Suthep Kritsanavarin" width="88" height="80" border="0"></a>';
	r[n++]= '<a href="system/preview.aspx?pvp=skr0081511.50"><img src="content/images/photo9.jpg" title="Suthep Kritsanavarin" width="88" height="80" border="0"></a>';
	r[n++]= '<a href="system/preview.aspx?pvp=skr0097311.52"><img src="content/images/photo10.jpg" title="Suthep Kritsanavarin" width="88" height="80" border="0"></a>';
	r[n++]= '<IMG SRC="content/images/photo12.jpg" width="88" height="80" border="0">';
	r[n++]= '<IMG SRC="content/images/photo13.jpg" width="88" height="80" border="0">';
	r[n++]= '<a href="system/preview.aspx?pvp=skr0079011.51"><img src="content/images/photo14.jpg" title="Suthep Kritsanavarin" width="88" height="80" border="0"></a>';
	
	i=Math.floor(Math.random() * n); 
	document.write( r[i] );
} 

function randompic2() { 
	var n = 0;
	var r = new Array();	
	r[n++]= '<a href="system/preview.aspx?pvp=bda0102811.52"><img src="content/images/photo1.jpg" title="Ben Davies" width="70" height="64" border="0"></a>';
	r[n++]= '<a href="system/preview.aspx?pvp=bda0118511.52"><img src="content/images/photo2.jpg" title="Ben Davies" width="70" height="64" border="0"></a>';
	r[n++]= '<IMG SRC="content/images/photo3.jpg" width="70" height="64" border="0">';
	r[n++]= '<IMG SRC="content/images/photo4.jpg" width="70" height="64" border="0">';
	r[n++]= '<IMG SRC="content/images/photo5.jpg" width="70" height="64" border="0">';
	r[n++]= '<IMG SRC="content/images/photo6.jpg" width="70" height="64" border="0">';
	r[n++]= '<a href="system/preview.aspx?pvp=skr0032511.49"><img src="content/images/photo7.jpg" title="Suthep Kritsanavarin" width="70" height="64" border="0"></a>';
	r[n++]= '<a href="system/preview.aspx?pvp=skr0064711.53"><img src="content/images/photo8.jpg" title="Suthep Kritsanavarin" width="70" height="64" border="0"></a>';
	r[n++]= '<a href="system/preview.aspx?pvp=skr0081511.50"><img src="content/images/photo9.jpg" title="Suthep Kritsanavarin" width="70" height="64" border="0"></a>';
	r[n++]= '<a href="system/preview.aspx?pvp=skr0097311.52"><img src="content/images/photo10.jpg" title="Suthep Kritsanavarin" width="70" height="64" border="0"></a>';
	r[n++]= '<IMG SRC="content/images/photo12.jpg" width="70" height="64" border="0">';
	r[n++]= '<IMG SRC="content/images/photo13.jpg" width="70" height="64" border="0">';
	r[n++]= '<a href="system/preview.aspx?pvp=skr0079011.51"><img src="content/images/photo14.jpg" title="Suthep Kritsanavarin" width="70" height="64" border="0"></a>';
	
	i=Math.floor(Math.random() * n); 
	document.write( r[i] );
} 
