function kitchenappliances()
{
//2
var ranNum= Math.round(Math.random() * 2);
if (ranNum == 0){document.write('<a href="http://www.amazon.co.uk/gp/redirect.html?ie=UTF8&location=http%3A%2F%2Fwww.amazon.co.uk%2FKitchen-Appliances-Home-Garden-Makers%2Fb%3Fie%3DUTF8%26node%3D3147441%26ref%255F%3Dsa%255Fmenu%255Fapp4&tag=shoandsavuksh-21&linkCode=ur2&camp=1634&creative=19450" target="_blank"><img src="http://www.small-kitchen-appliances.co.uk/images/kitchen_banner1.gif" alt="UK Kitchen Shop - In Association with Amazon.co.uk" border="0" height="60" width="468"></a>'); } // amazon
if (ranNum == 1){document.write('<a href="http://www.awin1.com/cread.php?s=90497&v=1599&q=59788&r=679" target="_blank"><img src="http://www.awin1.com/cshow.php?s=90497&v=1599&q=59788&r=679" border="0" alt="Currys Electrical"></a>'); } // currys
if (ranNum == 2){document.write('<a href="http://www.awin1.com/cread.php?s=44890&v=157&q=32629&r=679" target="_blank"><img src="http://www.awin1.com/cshow.php?s=44890&v=157&q=32629&r=679" border="0" alt="Comet Electrical"></a>'); } // comet
}
