function AW_BustFrames() {
    if(self.parent && self.parent.frames){
        if (self.parent.frames.length!=0)
            self.parent.location.replace(document.location.href);
    }
}

AW_BustFrames();

SubmitCounter = 0;
function preventMultiSubmit()
{
	SubmitCounter++;
	if(SubmitCounter > 1) { return false; }
	return true;
}
