Advertisement
muymusicacom

randon

Aug 29th, 2012
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta name="robots" content="noindex,nofollow" />
  6. <title>Root</title>
  7. </head>
  8. <?php
  9. function randomPubli(){
  10. $anuncio = array();
  11. $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>';
  12. $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>';
  13. $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>';
  14. $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>';
  15. $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>';
  16. $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>';
  17. $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>';
  18. $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>';
  19.  
  20. $AnuncioReturn = $anuncio[rand(0, count($anuncio)-1)];
  21. return $AnuncioReturn;
  22. }
  23. ?>
  24.  
  25. <?php echo randomPubli(); ?>
  26. <body>
  27. </body>
  28. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement