/* This is a JSON Object
tags = [
{
url: "http://taggity.com/tags/sell-out",
size: "xl",
tag: "sell-out",
html: "sell-out"
},
{
url: "http://taggity.com/tags/fast",
size: "xl",
tag: "fast",
html: "fast"
},
{
url: "http://taggity.com/tags/5-dudes",
size: "xl",
tag: "5-dudes",
html: "5-dudes"
},
{
url: "http://taggity.com/tags/fun",
size: "xl",
tag: "fun",
html: "fun"
},
]
*/
document.write('sell-out');
document.write('fast');
document.write('5-dudes');
document.write('fun');