function stop(){
	top.frames['bottomFrame'].location = 'blank.html';
}

function play(){
	top.frames['bottomFrame'].location = 'music.html';
}