/* ------------------------------------------------------------------------------------------------- OFFICE GUIDE JS - Copyright (c) 2007-2010 by TIE Kinetix (http://contentsyndication.tiekinetix.com) VERSION: 1.06 DATE CREATED: 27 April 2009 DATE MODIFIED : 5 Dec 2010 CREATED BY: Richard Roozenboom LAST MODIFIED BY: Roger CHANGELOG: 100413: added IE stylesheet 100914: added colorswitcher 100921: fixed lightbox position in IE6 101015: updated jQ, added box-sizing fix 101203: added WT code ------------------------------------------------------------------------------------------------- */ var companyInfo = { "cId": "473", "cName": "All Office Rietveld-Rijnmond", "cCountry": "nl", "lId": "20", "sId": "16", "sName": "Quantore", "lng": "", "lngDesc": "" }; getBaseUrl(); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); /* * Helper functions */ function getBaseUrl(){ rawUrl = "http://aorietveldrijnmond.tiekinetix.nl/d1.aspx?p251(ct81)[st(ct81*Order*D)]"; var pattern = "(?:http://)[a-zA-Z0-9.]*"; baseUrl = rawUrl.match(pattern); }