if (page=="remortgage"){
  var item=new Array()
  item[0]="<p>Fast, Easy and Flexible Remortgages to suit you</p>"
  item[1]="<p>Gain Access to the Best Rates within the Whole Market</p>"
  item[2]="<p>See how much Go could save you</p>"
} else if (page=="mortgage"){
  var item=new Array()
  item[0]="<p>You will have your own Personal Mortgage Officer</p>"
  item[1]="<p>Gain Access to the Best Rates within the Whole Market</p>"
  item[2]="<p>Free no obligation quote</p>"
} else if (page=="secured-loan"){
  var item=new Array()
  item[0]="<p>Get A Secured Loan To Consolidate Your Existing Debts</p>"
  item[1]="<p>Gain Access to All the Best Rates in the Market</p>"
  item[2]="<p>See how much go could save you</p>"
} else if (page=="bridging-loan"){
  var item=new Array()
  item[0]="<p>Fast, Easy and Flexible Bridging Loans to suit you</p>"
  item[1]="<p>Gain Access to the Best Rates within the Whole Market</p>"
  item[2]="<p>Bridging Loans up to &pound;2.5 Million</p>"
} else if (page=="commercial-remortgage"){
  var item=new Array()
  item[0]="<p>Remortgage to Release Equity for Your Business</p>"
  item[1]="<p>Obtain the Best Rates from the UK's Top Lenders</p>"
  item[2]="<p>Get a Free No Obligation Quote</p>"
} else if (page=="commercial-mortgage"){
  var item=new Array()
  item[0]="<p>Release Equity &amp; Expand Your Business</p>"
  item[1]="<p>Obtain the Best Rates from the UK's Top Lenders</p>"
  item[2]="<p>Get a Free No Obligation Quote</p>"
} else if (page=="commercial-secured-loan"){
  var item=new Array()
  item[0]="<p>Get A Secured Loan to Consolidate Your Existing Business Debts</p>"
  item[1]="<p>Gain Access to All the Best Rates in the Market</p>"
  item[2]="<p>See how much go could save you</p>"
} else if (page=="commercial-bridging-loan"){
  var item=new Array()
  item[0]="<p>Fast, Easy and Flexible Bridging Loans to suit your business</p>"
  item[1]="<p>Gain Access to the Best Rates within the Whole Market</p>"
  item[2]="<p>Bridging Loans up to &pound;2.5 Million</p>"
} else if (page=="mortgage-calculator"){
  var item=new Array()
  item[0]="<p>Calculate your new monthly payments</p>"
  item[1]="<p>See if go could lower your monthly payments</p>"
  item[2]="<p>See how much GoRemortgage could save you</p>"
} else {
  var item=new Array()
  item[0]="<p>Receive Advice from a Regulated Mortgage Advisor</p>"
  item[1]="<p>Free no obligation quote</p>"
  item[2]="<p>Go with Go for your financial freedom</p>"
}

var current=0
var ns6=document.getElementById&&!document.all


function hideURLbar(){
  setTimeout(function() { window.scrollTo(0, 1) }, 100);
}

function addLoadEvent(func) {
  var oldonload = window.onload;
  if (typeof window.onload != 'function') {
    window.onload = func;
  } else {
    window.onload = function() {
      if (oldonload) {
        oldonload();
      }
      func();
    }
  }
}

addLoadEvent(hideURLbar);
