Membuat fungsi lokal JS dapat diakses secara global
window.checkCookie=function(){
// do whatever you want here
};
Lokesh003
window.checkCookie=function(){
// do whatever you want here
};