function gayadultshop()
{
//4
var ranNum= Math.round(Math.random() * 4);
if (ranNum == 0){document.write('
'); } // talkpromo
if (ranNum == 1){document.write('
'); } // aromas
if (ranNum == 2){document.write('
'); } // Tenga
if (ranNum == 3){document.write('
'); } // simplygay
if (ranNum == 4){document.write('
'); } // fleshjack
}