function punkz()
{
//3
var ranNum= Math.round(Math.random() * 3);
if (ranNum == 0){document.write('
'); } // Punkz
if (ranNum == 1){document.write('
'); } // Homoactive
if (ranNum == 2){document.write('
'); } // SimplyPunkz
if (ranNum == 3){document.write('
'); } // GayDVDstv
}