I have one main web page having the following java script

function JobClass(date, time, id, action)
{ this.date = date; this.time = time; this.id = id; this.action= action;
}

var myjobs=new...