//SELECT id,banner_file FROM banner_detail where start_date <= "2002-11-11" AND ((display_rule like '%|newsnow|%' OR display_rule='newsnow') ) AND end_date >= "2002-11-11" ORDER BY RAND() LIMIT 1
function bannerAd(position){
if (position=='top'){
banner = "http://promo.cuna.org/uploads/89.gif"
target = "http://promo.cuna.org/link.html?id=5431279&ad=89"
document.write('' + '
')
}
//SELECT id,banner_file FROM banner_detail where start_date <= "2002-11-11" AND (display_rule like '%|newsnow-bottom|%' OR display_rule='newsnow-bottom') AND end_date >= "2002-11-11" ORDER BY RAND() LIMIT 1
else if (position=='bottom'){
banner = "http://promo.cuna.org/uploads/91.gif"
target = "http://promo.cuna.org/link.html?id=5431279&ad=91"
document.write('' + '
')
}
}