feednavcfg={
	// id of feed menu
	feedsID:'feeds',
	// loader image
	loadingMessage:'<li><img style="margin-left:-10px;display:block;" src="i/indicator.gif" alt="loading" /></li>',
	// Server error message
	serverError:'<li class="error">%error%</li>',
	// Connection error message
	requestFailed:'<li>Oops, connection error: %error%</li>',
	// feed item display. You need to provide a p with a class to hide for 
	// the description!
	item:'<li><p><a href="%url%">%name%</a></p><p class="desc">%description%</p></li>',
	// class to hide the item
	itemHidden:'desc',
	// class to show the item
	itemShown:'showdesc',
	// label for the link to the blog
	itemFullLink:'More about: ',
	// label for the closing link 
	closeLabel:'Close',
	// amount of entries
	itemCount:5,
	// name of the server script
	serverScript:'loadrss.php?url=',
	// if there is a timeout
	timeoutMessage:'the request took too long',
	// wait 4 seconds for timeout
	timeout:4000
}