﻿/*
*	Integrated Google Analytics
*   Developed for Australian Unity Homepage Banner Control
*
*   INSTRUCTIONS!
*   This file should only be included on the homepage
*   This file must be loaded after urchin.js
*   This file must be loaded before main.js
*/

var $keywords = new Array();

//Slide 0 (Health Insurance)
$keywords.push(['Health', 'health insurance', 'private health insurance', 'private health cover',
'health cover', 'private health', 'health insurance australia', 'private health insurance australia', 'au health insurance',
'private health cover australia', 'cheap health insurance australia', 'health cover australia', 'health insurance for non residents',
'private health funds', 'australia health cover', 'health insurance au', 'australia health insurance', 'private health insurance au',
'health insurance for singles', 'health insurance singles', 'private health funds australia', 'singles health insurance', 'visitor health cover',
'health funds australia', 'healthcare property trust', 'private health insurance for non residents', 'health insurance for non residents australia',
'private patient hospital cover', 'best health cover for singles', 'comprehensive hospital cover', 'health cover for singles', 'health insurance couples',
'healthinsurance', 'private health insurance for singles', 'health care cover', 'health insurance for non-residents', 'private health care cover',
'private health care funds', 'ambulance cover', 'australian unity Health', 'australian unity health insurance', 'australian unity private health insurance', 'australian unity private health cover',
'australian unity health cover', 'australian unity private health']);

//Slide 1 (Preventative & Dental Health)
$keywords.push(['Dental', 'dentacare locations', 'dentacare', 'dentacare dentists', 'dental cover australia','dental cover','dentacare australia',
'dentist box hill','dentist melbourne','dental','dental insurance','dental plan','dental cover','health dental','dental costs','insurance dental',
'dental health insurance','health insurance dental','health insurance for individuals','dental coverage','insurance for dental','dental health service',
'dental payment plans','dental insurance no waiting period','dental health cover','oral health plan','dental health plan','best dental insurance',
'health insurance for dental','health dental insurance','dental insurance plan','dental insurance plans','private dental insurance','dentist insurance', 'australian unity Dental', 'australian unity dentacare locations', 'australian unity dentacare', 'australian unity dentacare dentists']);

//Slide 2 (Investments)
$keywords.push(['investments','investment','investments','investment property','invest','investing','property investment','invest in','investment management',
'investment banking','investment properties','foreign investment','investment bank','real estate investment','investment group','investment company',
'investment services','return on investment','investment fund','how to invest','best investment','investment strategy','direct investment','investment banks',
'property investing','invest in property','investment loan','australian securities and investments commission','investment trust','foreign direct investment',
'property investments','investment funds','russell investments','good investment','investment advice','investment loans','investment calculator','investment companies',
'investment rates','investment banker','investing in property','buy investment property','invested','investment interest','capital investment','man investments',
'buying investment property','investment property calculator','investment account','investment opportunities','ethical investment','investment options',
'online investing','investment portfolio','investment in australia','investment analysis','business investment','investment strategies','real estate investing',
'value investing','investment interest rates','invest money','investment bonds','investment accounts','investment property tax deductions','invest in shares',
'defence housing investment','investment managers','international investment','investment tips','investment forum','share investment','where to invest',
'bank investment','buying an investment property','investment schemes','global investment','investment club','investing money','best investments','global investments',
'investment returns','blackrock investments','investment plan','investment seminars','investment research','stock investment','investment policy','investment manager',
'online investment','investment advisors','private investment','australian unity investments','australian unity investment','australian unity investments','australian unity investment property','australian unity invest','australian unity investing','australian unity property investment','australian unity invest in','australian unity investment management']);

//Slide 3 (Retirement Living)
$keywords.push(['retirement', 'Retirement', 'victoria grange retirement village', 'retirement village cromer nsw', 'port macquarie retirement villages',
'retirement villages port macquarie', 'retirement villages bowral nsw', 'retirement villages port macquarie nsw', 'bowral retirement villages', 'retirement homes sydney',
'retirement village', 'nursing homes', 'retirement villages', 'independent living', 'retirement homes', 'retirement calculator', 'senior citizen',
'retirement living', 'retirement home', 'assisted living', 'retirement communities', 'retirement community', 'retirement villages sydney', 'senior care', 'retirement resort',
'retirement villages nsw', 'over 55 retirement villages', 'elder care', 'senior living', 'retirement units', 'seniors living', 'retirement villages victoria',
'village retirement', 'retirement villages queensland', 'retirement villages gold coast', 'seniors housing', 'lakes retirement village', 'seniors home', 'senior housing',
'retirement homes in', 'old age home', 'living communities', 'rest homes', 'retirement accommodation', 'retirement villages qld', 'retirement housing', 'old folks home',
'living retirement', 'senior home', 'retirement property','australian unity retirement', 'australian unity Retirement']);

//Slide 4 (Financial Advice)
$keywords.push(['financial','financial management','financial planner','wealth management','financial planners','financial advisor','financial advice','money management',
'financial advisors','financial adviser','financial plan','financial help','financial advisers','financial planning association','a financial planner','financial plans',
'financial planning jobs','financial planning business','financial consultants','certified financial planner','a financial advisor','financial goals',
'financial planning services','personal financial planning','financial planners association','financial planning and','financial consultant','financial planning for',
'financial planning guide','financial planning australia','future of financial advice','financial planning practice','financial planning sydney',
'financial planning in australia','advice','australian unity financial','australian unity financial management','australian unity financial planner','australian unity wealth management','australian unity financial planners','australian unity financial advisor','australian unity financial advice','australian unity financial advisors','australian unity financial adviser','australian unity financial plan','australian unity financial help','australian unity financial advisers','australian unity financial planning association','australian unity financial plans']);


//Slide 5 (Insurance)
$keywords.push(['insurance','general insurance','australian unity insurance','australian unity general insurance']);



iga = {
    getTerms: function () {
        // Get the __utmz cookie value. This is the cookies that
        // stores all campaign information.
        if (typeof _uGC != 'undefined') {            
            var z = _uGC(document.cookie, '__utmz=', ';');
            var source = _uGC(z, 'utmcsr=', '|');
            var medium = _uGC(z, 'utmcmd=', '|');
            var term = _uGC(z, 'utmctr=', '|');
            var content = _uGC(z, 'utmcct=', '|');
            var campaign = _uGC(z, 'utmccn=', '|');
            var gclid = _uGC(z, 'utmgclid=', '|');

            return term.replace(/(%20|\+)/g, ' ').split('%2C');

        }        
        return [];
    }
};
