function MediaPhoto(){
days=1; 
myDate = new Date();
myDate.setTime(myDate.getTime()+(days*24*60*60*1000));
document.cookie = 'media=photo; expires=' + myDate.toGMTString();
window.location.reload(true);
}
function MediaClip(){
days=1; 
myDate = new Date();
myDate.setTime(myDate.getTime()+(days*24*60*60*1000));
document.cookie = 'media=clip; expires=' + myDate.toGMTString();
window.location.reload(true);
}
function MediaMap(){
days=1; 
myDate = new Date();
myDate.setTime(myDate.getTime()+(days*24*60*60*1000));
document.cookie = 'media=map; expires=' + myDate.toGMTString();
window.location.reload(true);
}
function MediaEarth(){
days=1; 
myDate = new Date();
myDate.setTime(myDate.getTime()+(days*24*60*60*1000));
document.cookie = 'media=earth; expires=' + myDate.toGMTString();
window.location.reload(true);
}
function MediaGuide(){
days=1; 
myDate = new Date();
myDate.setTime(myDate.getTime()+(days*24*60*60*1000));
document.cookie = 'media=guide; expires=' + myDate.toGMTString();
window.location.reload(true);
}
function MediaTime(){
days=1; 
myDate = new Date();
myDate.setTime(myDate.getTime()+(days*24*60*60*1000));
document.cookie = 'media=time; expires=' + myDate.toGMTString();
window.location.reload(true);
}
function MediaWeather(){
days=1; 
myDate = new Date();
myDate.setTime(myDate.getTime()+(days*24*60*60*1000));
document.cookie = 'media=weather; expires=' + myDate.toGMTString();
window.location.reload(true);
}
function MediaCurrency(){
days=1; 
myDate = new Date();
myDate.setTime(myDate.getTime()+(days*24*60*60*1000));
document.cookie = 'media=currency; expires=' + myDate.toGMTString();
window.location.reload(true);
}
function MediaFaqs(){
days=1; 
myDate = new Date();
myDate.setTime(myDate.getTime()+(days*24*60*60*1000));
document.cookie = 'media=faqs; expires=' + myDate.toGMTString();
window.location.reload(true);
}
function MediaChat(){
days=1; 
myDate = new Date();
myDate.setTime(myDate.getTime()+(days*24*60*60*1000));
document.cookie = 'media=chat; expires=' + myDate.toGMTString();
window.location.reload(true);
}
function MediaEnquiry(){
days=1; 
myDate = new Date();
myDate.setTime(myDate.getTime()+(days*24*60*60*1000));
document.cookie = 'media=inquery; expires=' + myDate.toGMTString();
window.location.reload(true);
}



