if (window != window.top) { window.top.location.href = location.href; }

function PopSize(strInURL) {
	objWin = window.open(strInURL, 'Size', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=450,height=250');
	return (!objWin);
}

// Ping Referrers
if(document.referrer != '' && document.referrer.toLowerCase().indexOf(document.location.host.replace(/^www\./gi, '').toLowerCase()) == -1) {

var ttle = document.getElementsByTagName('title')[0].innerHTML;//this will submit to pingomatic with YOUR post's title

var ifr = document.createElement('iframe');
ifr['src'] = 'http://pingomatic.com/ping/?title='+escape(ttle)+'&blogurl='+escape(document.referrer) + '&chk_weblogscom=on&chk_blogs=on&chk_technorati=on&chk_feedburner=on&chk_myyahoo=on&chk_icerocket=on';

ifr['border'] = 0;
ifr['width'] = 1;
ifr['height'] = 1;

document.getElementsByTagName('body')[0].appendChild(ifr);
}

