<?php
$adresai = array("http://img.lt/x.png*http://google.lt",
"http://url.lt/prn.png*www.xxxx.lt",
"http://img.lt/gf.gif*www.zzz.lt",
"http://url.lt/xz.png*www.zasas");
$x = explode("*", $adresai[(rand()%count($adresai))]);
echo "<a href='".$x[1]."' target='_blank' ><img src='".$x[0]."'/></a>\n";
?>