Find
Malaysia Property Info ?
Complete info & related reviews of Property malaysia. Check it now
www.RealEstateAgent.com.my
Malaysia Travel Info - Official Site
Find Malaysia Attractions & More Now! Malaysia.Travelinfo.my
Need to known more about Bangkok Nightlife
All the nightlife hotspots are listed here. Thailand.Travelinfo.my
Looking for Sampling Letter
Sample letter master and specialized in all kinds of sample doc. www.mi3g.com.my
Description: A super random link generator
that creates a random link out of all of the links in a web page. You
can insert it into any page, and all of the links on that page are all
considered when generating the random link to go to.
Example: To better demonstrate the script, please click here to
see it used on a webpage with many links.
Directions: Simply insert the below into the <body> section of
any web page with at least one link:
<script>
function random_all(){
var myrandom=Math.round(Math.random()*(document.links.length-1))
window.location=document.links[myrandom].href
}
//-->
</script>
<form>
<input type="button" onClick="random_all()" value="Random Link!">
</form>
<!--Uncomment below to use a regular text link instead
<a href="javascript:random_all()">Random Link</a>
-->