function LGFHeadlines(num) {
	var LGFarray = [
		['35751_Orange_Sky_with_Birds', 'Orange Sky, with Birds'],
		['35750_Onion-_Worm_Alert', 'Onion: Worm Alert'],
		['35749_Tech_Note-_Retweet_Code_Revamp', 'Tech Note: Retweet Code Revamp'],
		['35748_So._Carolina_GOP_Converging_with_Tea_Partiers', 'So. Carolina GOP Converging with Tea Partiers'],
		['35747_Pamela_Geller_Shrieks_on_Joy_Behar', 'Pamela Geller Shrieks on Joy Behar'],
		['35746_The_Point', 'The Point'],
		['35745_Charles_Taylor-_Pat_Robertson_Was_My_Man_in_Washington', 'Charles Taylor: Pat Robertson Was My Man in Washington'],
		['35744_Monday_Evening_Music-_Chris_Thile_and_Mike_Marshall_Fishers_Hornpipe', 'Monday Evening Music: Chris Thile and Mike Marshall, \'Fisher\'s Hornpipe\''],
		['35743_Meghan_McCain_Blasts_Tom_Tancredos_Innate_Racism', 'Meghan McCain Blasts Tom Tancredo\'s \'Innate Racism\''],
		['35742_RIP_Rep._John_Murtha', 'RIP, Rep. John Murtha'],
		['35741_Hamas_Leader_Goes_to_Russia_Complains', 'Hamas Leader Goes to Russia, Complains'],
		['35740_Monday_Morning_Craziness-_Orly_Taitz_Says_Obama_Has_39_Social_Security_Numbers', 'Monday Morning Craziness: Orly Taitz Says Obama Has 39 Social Security Numbers'],
		['35739_Overnight_Open_Thread', 'Overnight Open Thread'],
		['35738_Video-_The_Coming_of_the_Plug-In_Hybrids', 'Video: The Coming of the Plug-In Hybrids'],
		['35737_The_Significance_of_the_A4', 'The Significance of the A4'],
		['35736_Super_Bowl_Sunday_Night_Open', 'Super Bowl Sunday Night Open'],
		['35735_Sunday_Afternoon_Music-_Pat_Metheny_Here_to_Stay', 'Sunday Afternoon Music: Pat Metheny, \'Here to Stay\''],
		['35734_CRU_Scientist_Got_Death_Threats', 'CRU Scientist Got Death Threats'],
		['35733_Palin_Thinking_of_Presidency_in_2012_Cites_Pat_Buchanan', 'Palin Thinking of Presidency in 2012, Cites Pat Buchanan'],
		['35732_No_Teleprompter_for_Sarah', 'No Teleprompter for Sarah']
	];
	if (num < 1) num = 1;
	if (num > 20) num = 20;
	var newWindow = (arguments.length == 1) ? false : arguments[1];
	document.write('<div class="LGFmaindiv"><p class="LGFtitle"><a href="http://littlegreenfootballs.com/"');
	if (newWindow) document.write(' target="_blank"');
	document.write('><img src="http://littlegreenfootballs.com/weblog/tinyfootball.gif" width="16" height="16" border="0" alt="" /> LGF Headlines</a></p>');
	for (i = 0; i < num; i++) {
		document.write('<p><a href="http://littlegreenfootballs.com/article/' + LGFarray[i][0] + '#headline"');
		if (newWindow) document.write(' target="_blank"');
		document.write('>' + LGFarray[i][1] + '</a></p>');
	}
	document.write('<p><a href="http://littlegreenfootballs.com/article/23644_LGF_Headlines_Release_v1.0#headline">&rarr; Add LGF Headlines to your web site...</a></p>');
	document.write('</div>\n');
}
