set a global function inside another function javascript code example
Example: making js local function globally accessible
window.checkCookie=function(){
// do whatever you want here
};
window.checkCookie=function(){
// do whatever you want here
};