function browseArticles(object){
	var articleForm = object.form;
	
	if (articleForm) {
		articleForm.submit();
	}
}
