// ==/UserScript==
// @name		Power Signature
// @author		POWER.LA  - ISSO SIM E PODER ! - http://www.orkut.com/Profile.aspx?uid=14757431368851775288
// @community		http://www.orkut.com/Community.aspx?cmm=25443115
// @description		Automatically inserts its signature in scraps and topics (Insere automaticamente sua assinatura em recados e tópicos)
// @include        		http://www.orkut.com/Scrap*
// @include        		http://www.orkut.com/CommMsg*
// @LAST UPDATE	  	15/05/2007
// ==/UserScript==

// HOW YOU VIEW YOUR SIGNATURE (Como você verá a sua assinatura):
//
// [violet]
//
// POWER SIGNATURE FOR IE7PRO BY POWER.LA
//
// [b][red] POWER LA - [/b][red]It's The True POWER !

// '/n" = ENTER

var signature = "[b][red] POWER LA - [/b][red]It's The True POWER !";
 
function powersignature () {
document.getElementsByTagName("textarea").item(0).value = "[violet]\n\n\n" + signature ; 
clearInterval (powersignatureid) 
}
powersignatureid = setInterval (powersignature,2000)
