if(navigator.userAgent.indexOf('PlayStation Portable') != -1){
	window.location = "http://todreamawake.com/psp/"
}
if(navigator.userAgent.indexOf('iPhone') != -1){
	window.location = "http://www.todreamawake.com/iphone"
}
if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))){
	window.location = "http://www.todreamawake.com/iphone"
}
if(navigator.userAgent.indexOf('Android') != -1){
	window.location = "http://todreamawake.com/g1/"
}
if(navigator.userAgent.indexOf('Chrome') != -1){
	window.location = "http://www.todreamawake.com/chrome.html"
}