function getvalue()
{

var ifrm=document.getElementById("prayer");
var selbox=document.getElementById("city");
ifrm.src=selbox.value;
}
