﻿(function(){
	var included_domains = ['motivointeractive.com', 'www.motivointeractive.com'];

	var execute = 0;
	for (var i = 0; i < included_domains.length; i++) {
		if (included_domains[i].indexOf(document.domain) != -1) {
			execute = 1;
		}
	}

	if (!execute)
		return;

    var new_url = 'http://motivointeractive.com/lifeinlayers/iphone',
        agents = [
            'iPhone',
            'iPod',
            'BlackBerry\s*[89]',
            ' P(re|ixi)\'',
            'Nexus One',
            ' DroidX? ',
            'dream',
            ' G1 ',
            'myTouch',
            'HTC[_ ]Magic',
            'Google Ion',
            'ADR6200',
            'Desire',
            'ADR6300',
            'Incredible',
            'Hero',
            'A6277',
            'G2[ _]Touch',
            'VX(11000|9200)',
            'MB([23]00|501)',
            'SPH-M900',
            'APA9292',
            'PC36100',
            'Ally',
            'HD2',
            'NokiaE(7[123]|63)',
            'Nokia(5[25]30|5800)',
            'SCP-?6760',
            'SCH-?U960',
            'samu960',
            'Behold\s*(2|II)',
            'calgary|devour|eris|legend',
            'A6366',
            'Galaxy|GT-I(5700|9000)',
            'PalmCentro|Palm-D062',
            'SonyEricssonX10|x10a',
            'Touch[ _]Pro',
            'PPC6850SP',
            'HTC6875'
        ],
    agent_test = new RegExp(agents.join('|'), 'ig');
        
    if (agent_test.test(navigator.userAgent)){

    	if (document.referrer != '') {
    		new_url += '/?referrer=' + document.referrer;
    	}

    	window.location = new_url;
    }
})();
