var tbstagline = new Array();
tbstagline[0] = "<a href='/index.php'><img src='/templates/romantic/header-1.jpg' alt='CitasGratis' border='0' width='535' height='186'></a>";
tbstagline[1] = "<a href='/index.php'><img src='/templates/romantic/header-2.jpg' alt='CitasGratis' border='0' width='535' height='186'></a>";
tbstagline[2] = "<a href='/index.php'><img src='/templates/romantic/header-4.jpg' alt='CitasGratis' border='0' width='535' height='186'></a>";
tbstagline[3] = "<a href='/index.php'><img src='/templates/romantic/header-5.jpg' alt='CitasGratis' border='0' width='535' height='186'></a>";
<!-- tbstagline[3] = "<img src='/social/templates/romantic/header-4.jpg' alt='CitasGratis'>"; !-->
function randomNumber(n) {
number = Math.floor(Math.random() * (n + 1));
return number;
}

// Display random changing text, (c) 2005 Two Brothers Software.
document.write(tbstagline[randomNumber(tbstagline.length - 1)]);

