Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta name="robots" content="noindex,nofollow" />
- <title>Root</title>
- </head>
- <?php
- function randomPubli(){
- $anuncio = array();
- $anuncio[] = '<iframe src="http://www.pagina.com/anuncio.php" name="Tx" marginwidth="0" marginheight="0" id="Tx" border="0" align="middle" frameborder="0" height="250" scrolling="No" width="620"></iframe>';
- $anuncio[] = '<iframe src="http://www.pagina.com/anuncio.php" name="Tx" marginwidth="0" marginheight="0" id="Tx" border="0" align="middle" frameborder="0" height="250" scrolling="No" width="620"></iframe>';
- $anuncio[] = '<iframe src="http://www.paginanet/anuncio4.php" name="Tx" marginwidth="0" marginheight="0" id="Tx" border="0" align="middle" frameborder="0" height="250" scrolling="No" width="620"></iframe>';
- $anuncio[] = '<iframe src="http://www.pagina.com/anuncio.php" name="Tx" marginwidth="0" marginheight="0" id="Tx" border="0" align="middle" frameborder="0" height="250" scrolling="No" width="620"></iframe>';
- $anuncio[] = '<iframe src="http://www.pagina.com/anuncio.php" name="Tx" marginwidth="0" marginheight="0" id="Tx" border="0" align="middle" frameborder="0" height="250" scrolling="No" width="620"></iframe>';
- $anuncio[] = '<iframe src="http://www.pagina.net/anuncio4.php" name="Tx" marginwidth="0" marginheight="0" id="Tx" border="0" align="middle" frameborder="0" height="250" scrolling="No" width="620"></iframe>';
- $anuncio[] = '<iframe src="http://www.pagina.com/anuncio3.php" name="Tx" marginwidth="0" marginheight="0" id="Tx" border="0" align="middle" frameborder="0" height="250" scrolling="No" width="620"></iframe>';
- $anuncio[] = '<iframe src="http://www.pagina.com/anuncio3.php" name="Tx" marginwidth="0" marginheight="0" id="Tx" border="0" align="middle" frameborder="0" height="250" scrolling="No" width="620"></iframe>';
- $AnuncioReturn = $anuncio[rand(0, count($anuncio)-1)];
- return $AnuncioReturn;
- }
- ?>
- <?php echo randomPubli(); ?>
- <body>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement