
if (window.top !== window.self) window.top.location.replace(window.self.location.href);
function copyToClipboard(field)
{
var content = eval("document."+field)
content.focus()
content.select()
range = content.createTextRange()
range.execCommand("Copy")
window.status="Contents copied to clipboard"
setTimeout("window.status=''",1800)
}
Facebook Chat Text Generator
This is the new awesome Chat Text Generator,...