<script type="text/javascript" id='postmessage-for-wordle'>
try {
function sendPostMessage (dataToSend) {
var tempData = new Object();
tempData['pos'] = "%%PATTERN:pos%%";
tempData['prop'] = '%%PATTERN:prop%%';
tempData['uap'] = '%%PATTERN:uap%%';
tempData['lineitemid'] = "%eaid!";
tempData['creativeid'] = '%ecid!';
tempData['flexVideoEvent'] = dataToSend;
parent.postMessage(tempData,'*');
}
}
catch (Error) {console.debug(Error.message);}
</script>