$(document).ready(function() {
	if (swfobject.hasFlashPlayerVersion("1"))
	{
		window.location.replace("http://www.bencastle.com/thecastle/");
	}
	else
	{
		window.location.replace("http://www.bencastle.com/smartphone/");
	}
});

