/* ------------------------------------------------------------------------------------------------- TIE KINETIX CHANNEL MEDIA CSP JS - BERT PLANTAGIE Copyright (c) 2007-2011 by TIE Kinetix (http://contentsyndication.tiekinetix.com) VERSION: 1.11 DATE CREATED: 27 April 2009 DATE MODIFIED : 7 Jan 2011 CREATED BY: Richard Roozenboom LAST MODIFIED BY: Roger CHANGELOG: 2010-10-28: added, modified, and commented WT js 2010-11-08: removed WT js for time being 2010-12-08: added WT vars, test JS for WT 2010-12-17: finalized WT JS 2011-01-07: added unique vars for multiple scripts on one page ------------------------------------------------------------------------------------------------- */ var companyInfo4 = { "cId": "23", "cName": "Post Interieur", "cCountry": "Netherlands", "lId": "1", "sId": "4", "sName": "Bert Plantagie", "lng": "", "lngDesc": "" }; getBaseUrl(); if(iframe == null){ document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); } /* * Helper functions */ function getBaseUrl(){ rawUrl = "http://postbertplantagie.woonchannel.tiekinetix.nl/d1.aspx?p88(s4)"; var pattern = "(?:http://)[a-zA-Z0-9.]*"; var patternT = "(?:\\?|\&)iframe=([^\@&]*)"; baseUrl = rawUrl.match(pattern); iframe = rawUrl.match(patternT); }