
<!-- Begin
today=new Date();
jran=today.getTime();
var numberpostitpublishing = 1;
var postitpublishingrandom_number="";
var postitpublishingimage="";
var text_color="";
// Random number generating scheme.
ia=9301;
ic=49297;
im=233280;
jran = (jran*ia+ic) % im;
postitpublishingrandom_number = Math.ceil( (jran/(im*1.0)) *numberpostitpublishing);
// Loads the appropriate image and text color based on random number.
if (postitpublishingrandom_number==1) {
postitpublishingimage="images/postit_web_01.gif";
}
//if (postitpublishingrandom_number==2) {
//postitpublishingimage="images/postit_web_02.gif";
//}
// End -->