function ShowNunookGame(w, h)
{
	var width = (typeof(w) != 'undefined'? w : 650);
	var height = (typeof(h) != 'undefined'? h : 450);
	gameDiv = document.getElementById("NunookWidget");
	gameDiv.innerHTML = "<iframe src='http://www.nunook.com/widget_game_src.php?w="+(width*0.9)+"' frameborder='1' width='" + width + "px' height='" + height + "px'></iframe>";
}
