'.$news_content['custom_css'].''; } echo ""; echo ''; echo '
'; $awp_all_news = array_slice($awp_all_news, 0, $numberofitems); foreach($awp_all_news as $news) { $absp_news_publisher = ''; if( $news->publishedBy != '') { $absp_news_publisher = '–'.$news->publishedBy; } echo '

'; echo ''.$news->newsHeadLine.''; if(strlen($news->newsImages) != 0 ) { echo 'image'; } if(strlen(strip_tags($news->description))>500) echo ''.substr(strip_tags($news->description),0,500).'  '.$news_content[more_text].''; else echo ''.strip_tags($news->description).''; echo '

'; } echo '
'; echo $css; ?>