';
setCookie("tapoll_news", n, 1);
window.location = "http://www.tapoll.com/poll/create/tapoll";
}
// a special parsing for Amazon
function tapolla(w) {
w = w.replace(/`\^`/g,"\"");
w = w.replace(/`\~`/g,"'");
setCookie("tapoll_news", w, 1);
window.location = "http://www.tapoll.com/poll/create/tapoll";
}