Status/setTimeout/Popup  Assignments

Do the following and link it from your home page either as status/setTimeout/popup assignment or assignment 2. 

1. Write a function which will display the current time (in the format hours:minutes with hours ranging from 0 to 23) as the default message in the status line.  The time should be updated once every minute (Hint: the last line of the function should use the  window.setTimeout method to call itself).  

2. Sometime during the loading of the assignment two page, have a popup page appear which doesn't have all the usual browser window features; the text of the popup window should indicate which features you have chosen to omit and the height and width of the popup window you have chosen).