function goto(url) {
self.location.href = url;
}
function play(url) {
document.getElementById('sound').innerHTML = '<embed id="embed" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" autostart="true" src="uploads/page_turn.wav" height="0" width="0">';
window.setTimeout("goto('" + url + "')", 1000);
return false;
}