Warning: Undefined variable $yourhome_coname in /home/newstime/public_html/banner.php on line 7
if($seoropopup !== "Y"){
$query=mysql_query("select id,sr_imgwidth,sr_imgheight,sr_left,sr_top from sr_popup where sr_imgopen='1' order by sr_date asc");
while ($row=mysql_fetch_array($query)) // where imgopen='1' 여러 개 띄우기
{
$imgwidth=$row[sr_imgwidth]+20;
$imgheight=$row[sr_imgheight]+40;
$openid=$row[id];
?>