function view_posting(id, type){
	window.open('/view-' + type + '-' + id + '.html', "Posting","width=700,height=600,resizable,scrollbars=yes,menubar=yes");
}