function SiteFrase(OtherAuthor, OtherFrase)
{
	this.author = OtherAuthor;
	this.frase = OtherFrase;
}

