File size: 767B
<?php echo'<?xml version="1.0" encoding="UTF-8"?>';?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title> WapBuzz.Net</title>
<link rel="stylesheet" type="text/css" href="css.css"/>
<link rel="SHORTCUT ICON" href="img/i.ico"/>
</head>
<body>
<div class="logo">
<img src="img/logo.png" alt="Logo"/>
</div>
<?php
$tit=array("Free internet trick","2012 Best downloads", "More downloads");
$ltit=rand(0,2);
$link=array("http://wap.delmy.com/?id=wapbuzznet", "http://wap.ehho.net/?id=wapbuzznet","http://PeakWap.com/?id=wapbuzznet");
$links=rand(0,2);
echo '<div class="ad"><a href="'.$link[$links].'">'.$tit[$ltit].'</a></div>';
?>