function play()
{
document.getElementById('elohimruekolah').innerHTML="<a style='color:#ccc;font-size:14px;' href='http://j.mp/dEeP-LisTeninG'>Elohim Rue Kolah</a><br/><iframe style='background-color:#FE4636;' width='130' height='26' frameborder='0' scrolling='no' src='http://elohim-reigns.org/audio/Deep-Listening-Elohim-Rue-Kolah.mp3'></iframe><br/><input style='font-size:14px;background-color:#FE4636;border:0px;color:#FFF;font-family:pericles;cursor:pointer;' type='button' value='Stop' onclick='stop()'/>";
document.getElementById('play').style.display="none";
document.getElementById('elohimruekolah').style.marginLeft="-200px";
}
function stop()
{
document.getElementById('play').style.display="block";
document.getElementById('elohimruekolah').innerHTML="";
}
