












function setRealCookie56K()








{   








var the_cookie = "Real56K";








var the_date = new Date("December 31, 2023");








var the_cookie_date = the_date.toGMTString();    








the_cookie = the_cookie + ";expires=" + the_cookie_date;








document.cookie = the_cookie;








window.location=document.URL;








}

















function setRealCookie150K()








{   








var the_cookie = "Real150K";








var the_date = new Date("December 31, 2023");








var the_cookie_date = the_date.toGMTString();    








the_cookie = the_cookie + ";expires=" + the_cookie_date;








document.cookie = the_cookie;








window.location=document.URL;








}

















function setRealCookie384K1()








{   








var the_cookie = "Real384K1";








var the_date = new Date("December 31, 2023");








var the_cookie_date = the_date.toGMTString();    








the_cookie = the_cookie + ";expires=" + the_cookie_date;








document.cookie = the_cookie;








window.location=document.URL;








}

















function setRealCookie384K2()








{   








var the_cookie = "Real384K2";








var the_date = new Date("December 31, 2023");








var the_cookie_date = the_date.toGMTString();    








the_cookie = the_cookie + ";expires=" + the_cookie_date;








document.cookie = the_cookie;








window.location=document.URL;








}

















function setWMPCookie56K()








{








 var the_cookie = "WMP56K";








 








    var the_date = new Date("December 31, 2023");








    var the_cookie_date = the_date.toGMTString();








    








the_cookie = the_cookie + ";expires=" + the_cookie_date;








document.cookie = the_cookie;








 window.location=document.URL;

















}


























function setWMPCookie150K()








{








    var the_cookie = "WMP150K";








    var the_date = new Date("December 31, 2023");








    var the_cookie_date = the_date.toGMTString();








    








the_cookie = the_cookie + ";expires=" + the_cookie_date;








document.cookie = the_cookie;








 window.location=document.URL;

















}

















function setWMPCookie384K1()








{








    var the_cookie = "WMP384K1";








    var the_date = new Date("December 31, 2023");








    var the_cookie_date = the_date.toGMTString();








    








the_cookie = the_cookie + ";expires=" + the_cookie_date;








document.cookie = the_cookie;








 window.location=document.URL;

















}

















function setWMPCookie384K2()








{








    var the_cookie = "WMP384K2";








    var the_date = new Date("December 31, 2023");








    var the_cookie_date = the_date.toGMTString();








    








the_cookie = the_cookie + ";expires=" + the_cookie_date;








document.cookie = the_cookie;








 window.location=document.URL;

















}












function readCookie()







{








var the_cookie = document.cookie   












}



