function contestPopup(url){
	
	window.open(url, 'contest', 'width=545, height=450, top=20, left=20, scrollbars=yes');

}