<!--
var rev1_array;
rev1_array = new Array();
rev1_array[0]="<a href=reviews/review.php?reviewID=8 class=imagelinks><img src=images/artist/davidgarza_74.jpg width=71 height=71  border=1 class=imagelinks align=left hspace=4 alt=David Garza></a><a href=reviews/review.php?reviewID=8 class=titles>David Garza </a><br><a href=reviews/review.php?reviewID=8 class=albumtitle>Overdub</a>";
rev1_array[1]="<a href=reviews/review.php?reviewID=8 class=imagelinks><img src=images/artist/cousteau_74.jpg width=71 height=71  border=1 class=imagelinks align=left hspace=4 alt=Cousteau></a><a href=reviews/review.php?reviewID=8 class=titles>Cousteau</a><br><a href=reviews/review.php?reviewID=8 class=albumtitle>Cousteau</a>";
// Insert more ads here
function getrev1()
 {
 var s;
 var n;
 n=Math.round(Math.random()*(rev1_array.length-1));
 s=rev1_array[n];
 return s;
 }

//-->


<!-- review2
var rev2_array;
rev2_array = new Array();
rev2_array[0]="<a href=reviews/review.php?reviewID=8 class=imagelinks><img src=images/artist/missfort_74.jpg width=71 height=71  border=1 class=imagelinks align=left hspace=4 alt=Miss Fortune></a><a href=reviews/review.php?reviewID=8 class=titles>Miss Fortune</a><br><a href=reviews/review.php?reviewID=8 class=albumtitle>Miss Fortune</a><a href=http://www.figgle.com/reviews/mmw_drop.shtml class=albumtitle></a>";
rev2_array[1]="<a href=reviews/review.php?reviewID=8 class=imagelinks><img src=images/artist/nathan_l_74.jpg width=71 height=71  border=1 class=imagelinks align=left hspace=4 alt=Nathan Larson></a><a href=reviews/review.php?reviewID=8 class=titles>Nathan Larson </a><br><a href=reviews/review.php?reviewID=8 class=albumtitle>JealousGod</a>";
// Insert more ads here
function getrev2()
 {
 var s;
 var n;
 n=Math.round(Math.random()*(rev2_array.length-1));
 s=rev2_array[n];
 return s;
 }

//-->


<!--
var rev3_array;
rev3_array = new Array();
rev3_array[0]="<a href=reviews/review.php?reviewID=9 class=imagelinks><img src=images/artist/englishbeat_74.jpg width=71 height=71  border=1 class=imagelinks align=left hspace=4 alt=English Beat></a><a href=reviews/review.php?reviewID=9 class=titles>English Beat</a><br><a href=reviews/review.php?reviewID=9 class=albumtitle>Beat This! The Best of The English Beat</a><a href=reviews/songcatcher.shtml class=albumtitle><br></a> <a href=http://www.figgle.com/reviews/mmw_drop.shtml class=albumtitle></a>";
rev3_array[1]="<a href=reviews/review.php?reviewID=1 class=imagelinks><img src=images/artist/sigurros.jpg width=71 height=71  border=1 class=imagelinks align=left hspace=4 alt=Sigur Ros></a><a href=reviews/review.php?reviewID=1 class=titles>Sigur Ros</a><br><a href=reviews/review.php?reviewID=1 class=albumtitle>Agaetis Byrjun <br></a>";
// Insert more ads here
function getrev3()
 {
 var s;
 var n;
 n=Math.round(Math.random()*(rev3_array.length-1));
 s=rev3_array[n];
 return s;
 }

//-->

<!-- Hide script from older browsers
	
		function jumpPage(newLoc) {
			newPage = newLoc.options[newLoc.selectedIndex].value
	
			if (newPage != "") {
				window.location.href = newPage
			}
		}
	
// End hiding script from older browsers -->


<!-- start of window launch

function plainWindow()
{
  plain_window = 
    window.open("/contests/NL_pop.html","plain","width=220,height=350");
}
// end of window launch -->


