function display_needs() 
{ 
var need= new Array(1) 
need[0]="email me your URL";   
{ 
alert(need[0]); 
} 
}
