function instPda(){
    var today = new Date();
    d = new Date(today.getTime() + (1000 * 3600 * 24));
    document.cookie="type=pda; path=/; expires=" + d.toGMTString(); 
} 

