

function findSession()
{
	window.location = base_url + $('#findSession').val();
	return false;
}


function newRoom()
{
	var head = document.getElementsByTagName('head')[0];
	var script = document.createElement('script');
	script.type = "text/javascript";
	script.src = 'http://router.flockdraw.com:443/http%3A//flockdraw.com/+whiteboard';
	head.appendChild(script);
}

