function index()
{
//2
var ranNum= Math.round(Math.random() * 2);
if (ranNum == 0){document.write('<td class="bgImageFeaturedArtist" style="height: 208px">			<table align="left" cellpadding="5">				<tr>					<td class="fontWhite"><strong>This Months Featured Artist </strong><hr style="height: 1px" /></td>				</tr>				<tr>					<td class="fontWhite"><strong>Kelli Deann </strong></td>				</tr>				<tr>					<td class="style11">					<a href="tuneusin_new/artists/kelli_deann3.html">					<img alt="Kelli Deann Featured Artist" src="tuneusin_new/images/artists/kelli_deann_small.jpg" width="100" height="66" class="style13" /><!-- MSComment="autothumbnail" xthumbnail-orig-image="file:///D:/Documents/My Web Sites/tuneusin/public_html/tuneusin/tuneusin_new/images/artists/kelli_deann.jpg" --></a></td>				</tr>				<tr>					<td><a href="tuneusin_new/artists/kelli_deann3.html">Check 					out her music!</a></td>				</tr>			</table>			 </td>'); } // FeaturedArtist
if (ranNum == 1){document.write('<td class="bgImageTopTen" style="height: 296px; width: 480px;" valign="top">			<table align="left" cellpadding="5">				<tr>					<td class="style11">					<table style="width: 100%">						<tr>							<td style="width: 100%">					<img alt="Tune Us In - Ringtones, MP3, Blackberry Wallpapers , Blackberry Themes For Your Blackberry or Mobile Phone" src="tuneusin_new/images/spacer.gif" width="11" height="97" /> </td>							<td valign="top">							<table>								<tr>									<td> <a href="tuneusin_new/ringtone_converter.htm"><img alt="Tune Us In - Ringtones, MP3, Blackberry Wallpapers , Blackberry Themes For Your Blackberry or Mobile Phone" src="tuneusin_new/images/spacer.gif" width="242" height="76" class="style10" /></a></td>								</tr>							</table>							</td>						</tr>					</table>					</td>				</tr>				<tr>					<td class="style11"> <iframe name="I1" id="I1" src="tuneusin_new/top_ten.htm" style="width: 461px; height: 155px">Your browser does not support inline frames or is currently configured not to display inline frames.			</iframe></td>				</tr>				</table>			 </td>'); } // TopTen
if (ranNum == 2){document.write('<td class="bgImageUnsigned" style="height: 296px; width: 480px;" valign="top">			<table align="right" cellpadding="5">				<tr>					<td class="style11">					<a href="tuneusin_new/unsigned.htm">					<img alt="Tune Us In - Ringtones, MP3, Blackberry Wallpapers , Blackberry Themes For Your Blackberry or Mobile Phone" src="tuneusin_new/images/spacer.gif" width="235" height="76" class="style10" /></a></td>				</tr>				<tr>					<td class="style11">&nbsp;</td>				</tr>				</table>			&nbsp;</td>'); } // UnsignedArtist
}
