/* ------------------------------------------------------------------------------------------------- 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 101205: added WT code 110722: added dcmScriptLoaded variable to prevent double loading ------------------------------------------------------------------------------------------------- */ var dcmScriptLoaded = true; var companyInfo = { "cId": "2631", "cName": "Laan, Boek & Kantoor", "cCountry": "nl", "lId": "20", "sId": "16", "sName": "Quantore", "lng": "", "lngDesc": "" }; getBaseUrl(); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); // document.write(''); document.write(''); /* * Helper functions */ function getBaseUrl(){ rawUrl = "http://laan.tiekinetix.nl/d1.aspx?p351(ct81)[st(ct81*Order*D)]"; var pattern = "(?:http://)[a-zA-Z0-9.]*"; baseUrl = rawUrl.match(pattern); }