function updateFrame(sonUrl, saFrame)
{
	parent.frames[saFrame].location = sonUrl;
}
