<?
/*This simply takes an argument and retrieves that image */
$image = $_GET["image"];
include("http://www.mudmagic.com/banners/images/$image");
?>