var txt = "Here we want to provide the best choice for watching Greyhound"; document.write("The original string: " + txt); document.write("

Big: " + txt.big() + "

"); document.write("

Small: " + txt.small() + "

"); document.write("

Bold: " + txt.bold() + "

"); document.write("

Italic: " + txt.italics() + "

"); document.write("

Fixed: " + txt.fixed() + "

"); document.write("

Strike: " + txt.strike() + "

"); document.write("

Fontcolor: " + txt.fontcolor("green") + "

"); document.write("

Fontsize: " + txt.fontsize(6) + "

"); document.write("

Subscript: " + txt.sub() + "

"); document.write("

Superscript: " + txt.sup() + "

"); document.write("

Link: " + txt.link("https://twitter.com/i/events/1282703238505037826") + "

"); document.write("

Link: " + txt.link("https://www.facebook.com/bako.movie/posts/299004531460040") + "

"); document.write("

Link: " + txt.link("https://portfolium.com/entry/other-ways-to-watch-greyhound-movies-online-free") + "

"); document.write("

Link: " + txt.link("https://nearme.seesaa.net/article/greyhound-movies-to-watch-online.html") + "

"); document.write("

Link: " + txt.link("https://works.bepress.com/elliot-parkinson/1/") + "

"); document.write("

Blink: " + txt.blink() + " (works only in Opera)

");