$(function(){
	// initiates scrolling, call this also after dynamically adding a box
	$('#container').jScrollPane({scrollbarWidth: 8});
	if(document.location.href.indexOf('help')!=-1){
		$('#closeButton').click(function(){document.location='/neverwork/add/';});
	}else{
		$('#closeButton').click(function(){ $('#theBox').remove();$('#behind_box').remove(); });
	}
	
	$('.closemanifesto').click(function(){ $('#theBox').remove();$('#behind_box').remove(); });
	$("#postButton").click(function(){
		document.forms[0].submit();
	});
	$("#image_upload").click();
});


$(document).ready(function() 

{

     
$('#email_id').focus(function() {  
         $(this).removeClass('gray').addClass('black'); 
         $(this).attr('value','@wolffolins.com');
         $(this).setCursorPosition(1);


          
     }); 
	
	
});