function header()
{
//2
var ranNum= Math.round(Math.random() * 2);
if (ranNum == 0){document.write('<a href="http://www.mistress-lucinda.com" target="_blank"><img src="http://www.diybondage.co.uk/shop_images/links/lucindas_banner.jpg" width="468" height="60" /></a>'); } // lucinda
if (ranNum == 1){document.write('<a href="http://www.britdamsels.com" target="_blank"><img src="http://www.diybondage.co.uk/shop_images/links/britdamsels.gif" width="468" height="60" /></a>'); } // britdamsels
if (ranNum == 2){document.write('<a href="http://www.boston-belles.co.uk" target="_blank"><img src="http://www.diybondage.co.uk/shop_images/links/Boston-Belles.co.uk.gif" width="468" height="60" /></a>'); } // bostonbelles
}
