
var msg = new Array();
Stamp = new Date();
today = Stamp.getDate();
msg[1] = "FIVE MILES TO MIDNIGHT<BR> with Sophie Loren and Anthony Perkins";
msg[2] = "KELLY'S HEROES<BR> with Clint Eastwood";
msg[3] = "MARRIAGE OF A YOUNG STOCKBROKER<BR> with Richard Benjamin";
msg[4] = "ZUBRISKIE'S POINT<BR> with Rod Taylor and Mark Frechette";
msg[5] = "<A HREF='http://www.imdb.com/title/tt0057362/' target='_blank'>NINE HOURS TO RAMA</A><BR> with Horst Buchholtz";
msg[6] = "<A HREF='http://www.imdb.com/title/tt0065969/' target='_blank'>THE LAST VALLEY</A><BR> with Michael Caine";
msg[7] = "<A HREF='http://www.movie-gazette.com/cinereviews/450' target='_blank'>DEVILS BRIDE</A><BR>  with Christopher Lee";
msg[8] = "IPCRESS FILE<BR>  with Michael Caine";
msg[9] = "ON A CLEAR DAY<BR>  with Barbra Streisand";
msg[10] = "HOW TO MAKE A FRENCH DISH<BR> with Ann Girandot";
msg[11] = "ANNE OF THE 1000 DAYS<BR> with Richard Burton";
msg[12] = "THE REWARD<BR>  with Max von Sydnow";
msg[13] = "VANISHING POINT<BR>  with Barry Newman";
msg[14] = "THE KING AND I<BR>  with Yul Brynner";
msg[15] = "THE DETECTIVE<BR>  with Frank Sinatra";
msg[16] = "THE CHAIRMAN<BR>  with Gregory Peck";
msg[17] = "THE INNOCENTS<BR>  with Deborah Kerr";
msg[18] = "HOMBRE<BR>  with Paul Newman";
msg[19] = "<FONT COLOR=blue>ALFIE</FONT><BR>  with Michael Caine";
msg[20] = "<FONT COLOR=green>CAT BALLOU</FONT><BR>  with Lee Marvin";
msg[21] = "<FONT COLOR=magenta>TAKE THE MONEY AND RUN</FONT><BR>  with Woody Allen";
msg[22] = "<FONT color=teal>SPEEDWAY</FONT><BR>  with Elvis Presley and Nancy Sinatra";
msg[23] = "<FONT color=silver>SHADOW OF FEAR</FONT><BR>  with Stuard Whitman";
msg[24] = "<FONT COLOR=lime>UNSINKABLE MOLLY BROWN</FONT><BR>  with Debbie Reynolds";
msg[25] = "<FONT COLOR=green>THE SILENCERS</FONT><BR>  with Dean Martin";
msg[26] = "<FONT COLOR=red>THE MAN WHO HAD POWER OVER WOMEN</FONT><BR>  with Rod Taylor";
msg[27] = "<FONT COLOR=gray>THE GREAT BRITISH TRAIN ROBBERY</FONT><BR>  with Horst Tappet";
msg[28] = "<FONT COLOR=magenta>BATTLE FOR ANZIO</FONT><BR>  with Robert Mitchum";
msg[29] = "<FONT COLOR=green>FANTASTIC VOYAGE</FONT><BR>  with Raquel Welch";
msg[30] = "<FONT COLOR=red>CARPETBAGGERS</FONT><BR>  with George Peppard and Alan Ladd";
msg[31] = "<FONT COLOR=red>GOING DOWN THE ROAD</FONT><BR>  with Doug McGrath and Paul Bradley";

function writeTip2() { 
document.write(msg[today]);
}

