var ie=document.all
var dom=document.getElementById
var ns4=document.layers
var calunits=document.layers? "" : "px"

var bouncelimit=32 //(must be divisible by 8)
var direction="up"


function initbox() {
window.open ('http://blog.with2.net/link.php?570752','one');
}

//URLジャンプ
function jump(ul) {
	window.parent.location.href = ul;
}

function flg() {
	document.cookie="droppedin=yes";
}

function link() {
	if (get_cookie("droppedin")==""){
		document.write ('<a href="http://blog.with2.net/link.php?570752" target="_blank" onclick="flg(),jump()">あいうえお</a>');
	} else {
		document.write ('<a href="http://affiliatenews.jp/">あいうえお</a>');
	}
}


function get_cookie(Name) {
var search = Name + "="
var returnvalue = ""
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) {
offset += search.length
end = document.cookie.indexOf(";", offset)
if (end == -1)
end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}



function once(){
if (get_cookie("droppedin")==""){
//window.onload=initbox
initbox();
document.cookie="droppedin=yes"
}
}

//dropornot();