Guest User

Untitled

a guest
Jul 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. echo "
  2. function goepisode(show,season,episode) {
  3. if (show && season && episode) {
  4. location.href = \"episode.php?sid=\" +show+ \"season=\" +season+ \"ep=\" +episode\";
  5. }
  6. }
  7. ";
Add Comment
Please, Sign In to add comment