function lucasentertainment()
{
//4
var ranNum= Math.round(Math.random() * 4);
if (ranNum == 0){document.write('
'); } // SimplyLucas1
if (ranNum == 1){document.write('
'); } // SimplyLucas2
if (ranNum == 2){document.write('
'); } // GayMen
if (ranNum == 3){document.write('
'); } // Talkpromo
if (ranNum == 4){document.write('
'); } // LucasVOD
}