jQuery(document).ready(function(){
	jQuery("#login a").click(function(){			
		jQuery.prompt('<iframe src="login.html" frameborder="0" border="0" width="360px" height="180px" ></iframe>');
		return false;
	});
});