document.writeln("<a href='http://www.cybergolf.com' target='_new'><img src='http://www.cybergolf.com/images/cybergolf/home/cybergolf_2.png' width='220' height='52' alt='cybergolf' border='0'></a><br>");
var news_stories = new Array();

news_stories[0] = "<div class='cg_news_link'><a target='_new' href='http://www.cybergolf.com/golf_news/american_teen_wins_in_australia'>American Teen Wins in Australia</a></div>";
news_stories[1] = "<div class='cg_news_link'><a target='_new' href='http://www.cybergolf.com/golf_news/pavin_nabs_first_win_on_champions_tour'>Pavin Nabs First Champions Tour Title</a></div>";
news_stories[2] = "<div class='cg_news_link'><a target='_new' href='http://www.cybergolf.com/golf_news/spaniard_wins_in_dubai'>Spaniard Wins in Dubai</a></div>";
news_stories[3] = "<div class='cg_news_link'><a target='_new' href='http://www.cybergolf.com/golf_news/young_designers_qa7154'>Young Designers Q&A</a></div>";
news_stories[4] = "<div class='cg_news_link'><a target='_new' href='http://www.cybergolf.com/golf_news/old_head_golf_links_more_than_a_fabulous_location'>Old Head Golf Links More than a Fabulous Location</a></div>";
news_stories[5] = "<div class='cg_news_link'><a target='_new' href='http://www.cybergolf.com/golf_news/kansas_course_to_host_2014_us_amateur_public_links_championship'>Kansas Course to Host 2014 U.S. Amateur Public Links Championship</a></div>";
news_stories[6] = "<div class='cg_news_link'><a target='_new' href='http://www.cybergolf.com/golf_news/taylormade_performance_labs_the_wave_of_the_future'>TaylorMade Performance Labs - The Wave of the Future</a></div>";
news_stories[7] = "<div class='cg_news_link'><a target='_new' href='http://www.cybergolf.com/golf_news/golf_breast_cancer_a_komen_update'>Golf & Breast Cancer - A Komen Update</a></div>";
news_stories[8] = "<div class='cg_news_link'><a target='_new' href='http://www.cybergolf.com/golf_news/new_usga_museum_exhibit_honors_jackie_robinson_joe_louis_althea_gibson'>New USGA Museum Exhibit Honors Jackie Robinson&#44; Joe Louis &amp; Althea Gibson</a></div>";
if (cg_number_of_stories < 1) cg_number_of_stories = 1;
if (cg_number_of_stories > 8) cg_number_of_stories = 8;

for (i = 0; i < cg_number_of_stories; i = i + 1) {
	document.writeln(news_stories[i]);
}


