/* News and online forum related functionality
*/

// To write the full link list
function of_GetNewsSites()
{
return "<b>Life:</b> " +  
		"<a target='_parent' href='http://www.talk-n-mail.com/gadget/'>Gadgets</a>" +
		" | " +
		"<a target='_parent' href='http://www.talk-n-mail.com/photo-news/'>News with Photos</a>" +
		" | " +
		"<a target='_parent' href='http://www.talk-n-mail.com/weird-news/'>Weird News</a>" +
		"  <b>Technology:</b> " + 
		"<a target='_parent' href='http://www.talk-n-mail.com/powerpoint_Index.htm'>Microsoft PowerPoint Information</a>" +
		" | " +
		"<a target='_parent' href='http://www.amazingvisio.com/visio'>Microsoft Visio Tips, Tricks, and Discussions</a>" 
}