function rrf()
{
a = Math.ceil((Math.random() * 6));
document.write('<img src="/images/sms_' + a + '.jpg" width="326" height="410">');
}
