function loadstage(){
	i = this.location.href.indexOf('?c=');
	if(i!=-1){
		this.frames['stage'].location = this.location.href.substr(i+3);
	}
}