1. var txt = "How to watch Greyhound movies in your area";
  2. document.write("The original string: " + txt);
  3. document.write("<p>Big: " + txt.big() + "</p>");
  4. document.write("<p>Small: " + txt.small() + "</p>");
  5. document.write("<p>Bold: " + txt.bold() + "</p>");
  6. document.write("<p>Italic: " + txt.italics() + "</p>");
  7. document.write("<p>Fixed: " + txt.fixed() + "</p>");
  8. document.write("<p>Strike: " + txt.strike() + "</p>");
  9. document.write("<p>Fontcolor: " + txt.fontcolor("green") + "</p>");
  10. document.write("<p>Fontsize: " + txt.fontsize(6) + "</p>");
  11. document.write("<p>Subscript: " + txt.sub() + "</p>");
  12. document.write("<p>Superscript: " + txt.sup() + "</p>");
  13. document.write("<p>Link: " + txt.link("https://twitter.com/i/events/1282703238505037826") + "</p>");
  14. document.write("<p>Link: " + txt.link("https://www.facebook.com/bako.movie/posts/299004531460040") + "</p>");
  15. document.write("<p>Link: " + txt.link("https://portfolium.com/entry/other-ways-to-watch-greyhound-movies-online-free") + "</p>");
  16. document.write("<p>Link: " + txt.link("https://nearme.seesaa.net/article/greyhound-movies-to-watch-online.html") + "</p>");
  17. document.write("<p>Link: " + txt.link("https://works.bepress.com/elliot-parkinson/1/") + "</p>");
  18. document.write("<p>Blink: " + txt.blink() + " (works only in Opera)</p>");

How to watch Greyhound movies in your are