function task() 
{
   this.execute = function(taskName) 
				  { 
					if(taskName == "")
					{
					
					}
				  };

}

var task = new task();

