Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
JavaScript - URL Rotator Code
SUBMITTED BY:
Guest
DATE:
Sept. 16, 2014, 7:14 p.m.
FORMAT:
JavaScript
SIZE:
195 Bytes
Raw
Download
Tweet
HITS:
4984
Go to comments
Report
var
urls
=
new
Array
();
urls
[
0
]
=
"http://www.google.com"
;
urls
[
1
]
=
"http://www.ebay.com"
;
var
random
=
Math
.
floor
(
Math
.
random
()
*
urls
.
length
);
window
.
location
=
urls
[
random
];
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus