Youth Sports Organizations

global $post;
$myposts = get_posts('category=37&numberposts=20&order=ASC&orderby=post_title');
foreach($myposts as $post) :
setup_postdata($post);
?>