<?
$dealtype="Hot";
include_once ('global.php');
$stamp=time();
$dstyle ="D, d M Y";
$archbef = (int)strtotime(readvar('archivebefore'));
$query = "SELECT * FROM tbldeals where (tbldeals.stampst>=$archbef) and ishotdeal=1 order by stampst desc";
?>
<?include('rss.php');?>