Hacer funciones locales de JS a nivel mundial
window.checkCookie=function(){
// do whatever you want here
};
Lokesh003
window.checkCookie=function(){
// do whatever you want here
};