<?php
//*************************************************************************
//* Random Unsigned Artist Block PHP-Nuke 6.5 Up *
//* 16 OCT 2005 v3.0 *
//* By: Ron Dillehay (hide@address.com) *
//* http://www.unsignedbandweb.com (Unsigned Band Web) *
//* BEFORE MODIFYING THIS BLOCK READ THE LICENSE AGREEMENT! *
//*************************************************************************
if (eregi("block-RandomArtist.php", $_SERVER['PHP_SELF'])) {
Header("Location: index.php");
die();
}
ob_start();
include("http://www.unsignedbandweb.com/music/ranking.php?mode=spotlight&header_template=abh.tpl&row_template=abr2.tpl&footer_template=abf.tpl");
$output = ob_get_contents();
ob_end_clean();
$content = $output;
?>