var str = navigator.appVersion;
var match = str.match('AOL');
if (match == 'AOL'){
	window.location = '/aol';
}