$n = file_get_contents("news-content.txt");
$id = $_GET['id'];
$n = explode('
',$n);
$n = explode('',$n[1]);
$n = $n[0];
echo $n;
?>
} elseif (substr_count($sectionURL , '/store') > 0 ) { ?>
} elseif (substr_count($sectionURL , '/our-picks') > 0 ) { ?>
} else { ?>
} ?>