User:Aua/GA.js
//
if(wgAction=="edit") addOnloadHook(function() {
addPortletLink('p-cactions','javascript:addSomeText("{{subst:user:auawise/GA}} ~~~~")', 'GA');
});
function addSomeText(text) {
txtb = document.getElementById('wpTextbox1');
txtb.value += text;
document.getElementById('wpSummary').value=
"Passed {{BASEPAGENAME}} for GA";
document.getElementById('wpPreview').click();
}//