<p>
<script type="text/javascript">// <![CDATA[
function setCookie(cname, cvalue, exminutes) {
var d = new Date();
d.setTime(d.getTime() + (exminutes * 60 * 1000));
var expires = "expires="+d.toUTCString();
document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/";
}
function getCookie(cname) {
var name = cname + "=";
var ca = document.cookie.split(';');
for(var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') {
c = c.substring(1);
}
if (c.indexOf(name) == 0) {
return c.substring(name.length, c.length);
}
}
return "";
}
if (getCookie('mwvt_redir').length== 0) {
setCookie('mwvt_redir', '1', 2);
window.location = '/checkout/cart/add?product=9819&qty=3&form_key=3TiS1txBMUuXdj6q';
} else if (getCookie('mwvt_redir') == '1') {
setCookie('mwvt_redir', '2', 1);
window.location = '/checkout/cart/';
}
// ]]></script>
</p>