// JavaScript Document

function updateContent( type, cat ){
	/*if( type == "next" ){
	}else if( type == "newest" ){
	}*/
	
	
	new Ajax.Updater('rec_newest_nextHolder', '/includes/rec_newest_next.php', {
  parameters: { type: type, cat:cat}, method:'get'
});

}
