very short question about unexpected token

here is my whole script. editor is saying i got an unexpected token at line 7. weird.

#pragma strict

function Start () {

}
function OnGUI(){
	guiText.text : "ghost killed "+ ghosthit.counter;
}

function Update () {

}

Change the ‘:’ to ‘=’.