Advertisement
tmc_angel

Get3

Apr 22nd, 2012
695
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. function getURLParameter(name) {
  3.     return decodeURI(
  4.         (RegExp(name + '=' + '(.+?)(&|$)').exec(location.search)||[,null])[1]
  5.     );
  6. }
  7. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement