function LGFHeadlines(num) {
	var LGFarray = [
		['35184_Global_Warming_Nontroversy_of_the_Day', 'Global Warming Nontroversy of the Day'],
		['35183_Kindle_Now_Available_for_Canada', 'Kindle Now Available for Canada'],
		['35182_ACORN_Sting_Operatives_Pose_with_White_Supremacist', 'ACORN Sting Operatives Pose with White Supremacist'],
		['35181_Overnight_Fauna', 'Overnight Fauna'],
		['35180_The_Door_Opens_-_Update-_The_Door_Closes', 'The Door Opens - Update: The Door Closes'],
		['35179_NY_Times-_Giuliani_Bails_on_Governor_Race', 'NY Times: Giuliani Bails on Governor Race'],
		['35178_Rush_Limbaugh_and_Alex_Jones', 'Rush Limbaugh and Alex Jones'],
		['35177_Ron_Paul_Gets_to_Audit_the_Fed', 'Ron Paul Gets to Audit the Fed'],
		['35176_Thursday_Afternoon_Music-_Charlotte_Gainsbourg_Heaven_Can_Wait', 'Thursday Afternoon Music: Charlotte Gainsbourg, \'Heaven Can Wait\''],
		['35175_Palin_Says_Its_Time_to_Crack_Down_on_Iraq', 'Palin Says It\'s Time to Crack Down on Iraq'],
		['35174_Hoffman-_ACORN_Stole_the_Election!', 'Hoffman: \'ACORN Stole the Election!\''],
		['35173_Fox_News_Plays_Video_Games_Again', 'Fox News Plays Video Games Again'],
		['35172_Hasans_Supervisor_Warned_Army_in_2007', 'Hasan\'s Supervisor Warned Army in 2007'],
		['35171_Overnight_Ocean', 'Overnight Ocean'],
		['35170_LGF_Poll-_9-11_Terror_Trials_in_New_York', 'LGF Poll: 9/11 Terror Trials in New York'],
		['35169_Baby_Sloth_Open_Thread', 'Baby Sloth Open Thread'],
		['35168_Bill_Maher_and_the_Pyre_of_Stupidity', 'Bill Maher and the Pyre of Stupidity'],
		['35167_Holder_Defends_9-11_Trial_Decision', 'Holder Defends 9/11 Trial Decision'],
		['35166_Palin-_Death_Panels_Like_Reagans_Evil_Empire', 'Palin: \'Death Panels\' Like Reagan\'s \'Evil Empire\''],
		['35165_Overnight_Bird', 'Overnight Bird']
	];
	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');
}
