$sellist=mysql_query("select * from eit_deals where deal_isactive=1 and deal_tour_type='outbound' and big_img_path<>'' order by deal_id desc limit 0,5") or die(mysql_error());
while($list=mysql_fetch_array($sellist)){
?>
}
?>
$bdimage=$list['big_img_path'];
if($bdimage==''){
$dimage="no-images.jpg";
}
?>