document.write(''
  + '<h2>Quick Links</h2>'
  + '<span style="font-size:.6em;">Go to a property page:</span>'  
  + '<form name="jump">'
  + '<select name="menu" onChange="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO">'
  + '<option value="area" selected="selected">Select Property...</option>'
  + '		<option value="/dean-path-apartment/index.html">- Dean Path</option>'
  + '		<option value="/holyrood-apartment-1/index.html">- Holyrood</option>'
  + '		<option value="/grassmarket/index.html">- Grassmarket</option>'
  + '		<option value="/lochrin-apartment/index.html">- Lochrin</option>'
  + '		<option value="/newtown-apartment-2/index.html">- New Town Mews</option>'
  + '		<option value="/royal-apartment-1/index.html">- Royal Mile No.1</option>'
  + '		<option value="/royal-apartment-2/index.html">- Royal Mile No.2</option>'
  + '		<option value="/stockbridge-apartment-1/index.html">- Stockbridge</option>'
  + '		<option value="/william-street-apartment/index.html">- West End</option>'
  + '</select>'
  + '</form>'
  + '<h2>Online Payment</h2>'
  + '<span style="font-size:.6em;">We accept the following cards:</span>'
  + '<div id="cardsAccepted"><img src="/img/vertical_solution_PP2.gif" alt="Solution Graphics" border="0"></div>'
  + '<h2>Telephone</h2>'
  + '<span style="font-size:.6em;">Get in touch for all enquiries:</span>'
  + '<h4>07786 923 386</h4>'
  + '');