
// Version 1.0  7/24/2007
// JavaScript support for the GAMES service
// *** Copyright (c) 2003-2007 . All rights reserved. ***


function switchMe(){
	if(document.getElementById('games').value != '') {
		window.location = document.getElementById('games').value;
	}
}

