var winfeatures="width=1000,height=710,scrollbars=1,resizable=1,toolbar=1,location=1,menubar=1,status=1,directories=0";
function loadsignup(){
//win2=window.open("http://mmotraffic.com/catalog/goplay/36/MTk5My8vLzM2/","puladosignup",winfeatures)
//win2.blur()
//window.focus()
}
function email()
{
open("mailto"+":"+"web"+"master"+"@"+"pulado"+".com");
}
function bookmark(){
var title = 'Pulado.com - Number one source for free games!';
var url = 'http://www.pulado.com/';
if (document.all)
window.external.AddFavorite(url, title);
else if (window.sidebar)
window.sidebar.addPanel(title, url, "")
else if (window.sidebar&&window.sidebar.addPanel)
window.sidebar.addPanel(title,url,"");
}
function toggleDiv(divid){
if(document.getElementById(divid).style.display == 'none'){
document.getElementById(divid).style.display = 'block';
}else{
document.getElementById(divid).style.display = 'none';
}
}
function setDivOff(divid){
document.getElementById(divid).style.display = 'none';
}
if (window != top) top.location.href = location.href;
//Pop-under window- By JavaScript Kit
//Credit notice must stay intact for use
//Visit javascriptkit.com for this script
//specify page to pop-under
var popunder='http://mmotraffic.com/catalog/goplay/1040/MTk5My8vLzEwNDA%3D/';
var winfeatures="width=1000,height=710,scrollbars=1,resizable=1,toolbar=1,location=1,menubar=1,status=1,directories=0";
var once_per_session=1
function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) { // if cookie exists
offset += search.length
// set index of beginning of value
end = document.cookie.indexOf(";", offset);
// set index of end of cookie value
if (end == -1)
end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}
function loadornot(){
if (get_cookie('popunder')==''){
loadpopunder()
document.cookie="popunder=yes"
}
}
function loadpopunder(){
//win2=window.open(popunder,"",winfeatures)
//win2.blur()
//window.focus()
}