/* -------------------------------------------------------------------------------------------------
TIE KINETIX CHANNEL MEDIA CSP JS - TOPFORM
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-26: added WT js
2010-10-28: modified WT js, commented WT js
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 companyInfo2 = { "cId": "23", "cName": "Post Interieur", "cCountry": "Netherlands", "lId": "1", "sId": "2", "sName": "Topform", "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://posttopform.woonchannel.tiekinetix.nl/d1.aspx?p78(s2)";
var pattern = "(?:http://)[a-zA-Z0-9.]*";
var patternT = "(?:\\?|\&)iframe=([^\@&]*)";
baseUrl = rawUrl.match(pattern);
iframe = rawUrl.match(patternT);
}