var N = new Array();
var T = new Array();

N['111239905620133400'] = 9;
N['111920681949238060'] = 4;
N['111974726752859630'] = 3;
N['112298776375155630'] = 2;
N['112373036529172730'] = 4;
N['112534073927222730'] = 1;
N['112787995819921840'] = 1;
N['113166044225065890'] = 2;
N['113348138128616400'] = 2;
N['113419213227002170'] = 2;
N['113752391980877500'] = 3;
N['114041110891530570'] = 1;
N['114159432823433660'] = 1;
N['114271374874349420'] = 1;
N['ID'] = 7009;
N['id'] = 4485;
N['\' escape(id) \''] = 6;
N[' escape(id) '] = 152;
N['http:bosja.com'] = 16;
N['http:askbigtits.com'] = 23;
N[''] = 395;
N['servermetka'] = 1;

function linkComments (id, txt) {
	var n = N[id] || 0;
	document.write('<a href="http://chrissy.foolish-games.net/cgi-bin/script/index.cgi?id='+escape(id)+'&mode=view" target="_self" '
		+ 'onmouseover="window.status=\'\'; return true;" '
		+ 'onclick="openComments(\''+id+'\'); return false;">'
		+ (txt || (n
			? (n == 1
				? "[1] whisper"
				: "["+n+"] whispers"
				)
			: "[0] whisper"
			)
		) + '</a>');
}

function openComments (id) {
	window.open('http://chrissy.foolish-games.net/cgi-bin/script/index.cgi?id='+escape(id)+'&mode=view',
		'comments',
		'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,copyhistory=0,left=' + parseInt((screen.availWidth - 400)/2) + ',top=' + parseInt((screen.availHeight - 500)/2) + ',width=400,height=500');
}
