function getServerText(Id,c)
{
	document.getElementById("Myiframe").src="http://www.wanttowait.net/bible.php?Id="+ Id +"&c="+ c;
}

window.onload = function()
{
	getServerText(1,1);
}