var minDate=new Date();
rMonth=minDate.getMonth();
var rem=new Array(12);
rem[0]="hello01.swf";
rem[1]="hello02.swf";
rem[2]="hello03.swf";
rem[3]="hello04.swf";
rem[4]="hello05.swf";
rem[5]="hello06.swf";
rem[6]="hello07.swf";
rem[7]="hello08.swf";
rem[8]="hello09.swf";
rem[9]="hello10.swf";
rem[10]="hello11.swf";
rem[11]="hello12.swf";
var helloXX=rem[rMonth];
document.write("<table align='right' width=200px><tr><td class='art'>");
document.write("<embed src='images/"+helloXX+"' width='220' height='280' play='true' loop='true' quality='high'><br>");
document.write("</td></tr></table>");
