function beautyfashion()
{
//2
var ranNum= Math.round(Math.random() * 2);
if (ranNum == 0){document.write('<table width="100%"  border="0" cellspacing="0" cellpadding="0">                          <tr>                            <td><img src="http://www.britain.tv/images/THE_beautynfashion.jpg"></td>                          </tr>                        </table>'); } // beautyfashion2
if (ranNum == 1){document.write('<table width="100%"  border="0" cellspacing="0" cellpadding="0">                          <tr>                            <td><img src="http://www.britain.tv/images/bbro.jpg"></td>                          </tr>                        </table>'); } // beautyfashion3
if (ranNum == 2){document.write('<table width="100%"  border="0" cellspacing="0" cellpadding="0">                          <tr>                            <td><img src="http://www.britain.tv/images/beautyfashion.gif"></td>                          </tr>                        </table>'); } // beautyfashion1
}

