lastmod=document.lastModified;

modDate = new Date(lastmod);

mday=modDate.getDate();

m1=new Array("January ","February ","March ","April ","May ","June ","July ","August ","September ","October ","November ","December ");

mmonth=modDate.getMonth();

myear=modDate.getFullYear();

lastModDate = m1[modDate.getMonth()] + mday + ", " + myear;

ramislogan="<h2 class='footer' align='center'>Rami Does It Better!<\/h2><br>";

bestview = "<h6 class='footer'><i>Best viewed with a 1024 screen resolution<br>";

browser = "<h6 class='footer'><i>Optimized for Internet Explorer v8.0 or better and Firefox v3.0 or better on a Win XP/Intel platform<br>";

cprght = "<i>&copy; 1999-2009 PT. Rami Formality Services Indonesia - &copy; 2007-2009 PT. Rami Resources Indonesia<br><br>Web Solution by Rami Soft<\/i><\/h6>";

ramiregistration="<br><h6 class='footer'>PT. Rami Resources Indonesia is registered under permit number 00033/10-27/PB/VI/2005<br>with the Dinas Perindustrian dan Perdagangan department of the City of Depok in Indonesia<\/h6>";

document.write(ramislogan);
document.write ("<h6 class='footer'><i>Last update: " + lastModDate + "<\/i><\/h6>");
document.write(ramiregistration);
document.write(bestview + browser + cprght);








