"+decodeURIComponent(("Interested+in+Personalized+Learning+But+Don%27t+Know+Where+to+Start%3F").replace(/\+/g, '%20'))+"
"+decodeURIComponent(("Subscribe+to+the+blog+to+get+your+free+copy+of+our+Personalized+Learning+Playbook.+A+Playbook+that+will+help+you+make+the+case+for+personalized+learning%2C+and+reflect+on+the+important+elements+to+take+in+consideration.+").replace(/\+/g, '%20'))+"
Subscribe
"
ias.on('rendered', function(items) {
var i=0;
$(items).each(function () {
if (i==1) {
$(this).after(lazyLeadmagnet);
}
i++;
});
});
function blogSearch(thisSearch) {
if (thisSearch.find('input').val().trim().length > 0) {
window.location.href = "http://www.zaupdate.com/blog?search="+thisSearch.find('input').val();
}
}