function peoplecams()
{
//3
var ranNum= Math.round(Math.random() * 3);
if (ranNum == 0){document.write('<table align="center" valign="top"cellpadding="0" cellspacing="0" border="1" bordercolor="#333399">			<tr>				<td bgcolor="#ff8c00" border="0"><font size="2">					<center>						<b>Brown Knows</b>					</center></font>				</td>			</tr>			<tr>		<td bgcolor="#ff8c00"  border="0">								<a href="http://waynesvillelive.com/PeopleCams/index.php?sortby=alpha&start=1"title="Waynesville Live - Western North Carolina, NC local area live people cams, webcams and real estate"><img src="http://www.brownknows.org/files/weatherlink/fixed.jpg" width="140" height="120"border="0"></a>				</td>			</tr>			<tr>				<td bgcolor="#ff8c00">					<center><a href="http://waynesvillelive.com/PeopleCams/index.php?sortby=alpha&start=1"title="Waynesville Live - Western North Carolina, NC local area live people cams, webcams and real estate"><font size="2"color"#ffff00"><b>  More People Cams  </b></font></a></center>				</td>				</tr>				</table>'); } // BrownKnows
if (ranNum == 1){document.write('<table align="center" valign="top"cellpadding="0" cellspacing="0" border="1" bordercolor="#333399">			<tr>				<td bgcolor="#ff8c00" border="0"><font size="2">					<center>						<b>Alex</b>					</center></font>				</td>			</tr>			<tr>		<td bgcolor="#333399"  border="0">								<a href="http://waynesvillelive.com/PeopleCams/index.php?sortby=alpha&start=1"title="Waynesville Live - Western North Carolina, NC local area live people cams, webcams and real estate"><img src="http://facstaff.unca.edu/ahuang/easywebcam.jpg" width="140" height="120"border="0"></a>				</td>			</tr>			<tr>				<td bgcolor="#ff8c00">					<center><a href="http://waynesvillelive.com/PeopleCams/index.php?sortby=alpha&start=1"title="Waynesville Live - Western North Carolina, NC local area live people cams, webcams and real estate"><font size="2"color="#333399"><b>  More People Cams  </b></font></a></center>				</td>				</tr>				</table>'); } // Alex
if (ranNum == 2){document.write('<table align="center" valign="top"cellpadding="0" cellspacing="0" border="1" bordercolor="#333399">			<tr>				<td bgcolor="#ff8c00" border="0"><font size="2">					<center>						<b>Z Cam 2</b>					</center></font>				</td>			</tr>			<tr>		<td bgcolor="#333399"  border="0">								<a href="http://waynesvillelive.com/PeopleCams/index.php?sortby=alpha&start=1"title="Waynesville Live - Western North Carolina, NC local area live people cams, webcams and real estate"><img src="http://web.infoave.net/~dzazzara/liveimage.jpg" width="140" height="120"border="0"></a>				</td>			</tr>			<tr>				<td bgcolor="#ff8c00">					<center><a href="http://waynesvillelive.com/PeopleCams/index.php?sortby=alpha&start=1"title="Waynesville Live - Western North Carolina, NC local area live people cams, webcams and real estate"><font size="2"color"#ffff00"><b>  More People Cams  </b></font></a></center>				</td>				</tr>				</table>'); } // Zcam2
if (ranNum == 3){document.write('<table align="center" valign="top"cellpadding="0" cellspacing="0" border="1" bordercolor="#333399">			<tr>				<td bgcolor="#ff8c00" border="0"><font size="2">					<center>						<b>Elvis</b>					</center></font>				</td>			</tr>			<tr>		<td bgcolor="#ff8c00"  border="0">								<a href="http://waynesvillelive.com/PeopleCams/index.php?sortby=alpha&start=1"title="Waynesville Live - Western North Carolina, NC local area live people cams, webcams and real estate"><img src="http://www.1800positive.com/lucki/images/cam1_lucki.jpg" width="140" height="120"border="0"></a>				</td>			</tr>			<tr>				<td bgcolor="#ff8c00">					<center><a href="http://waynesvillelive.com/PeopleCams/index.php?sortby=alpha&start=1"title="Waynesville Live - Western North Carolina, NC local area live people cams, webcams and real estate"><font size="2"color"#ffff00"><b>  More People Cams  </b></font></a></center>				</td>				</tr>				</table>'); } // Elvis
}
