/*
	http://www.dumpert.nl/mediabase/1846/7278f45a/index.html
*/

var 	comments = new Array(),
	cachetime = '10/02/2012 14:49:06';

try{
	commenter_name = $.cookie('commenter_name');
} catch(e) {
	commenter_name = null;
}
if(commenter_name != null) {
	commenter_name = commenter_name.replace(/\+/g, ' ');
	if(commenter_name.match(/[<>]/g)) commenter_name = false;
}

$('<div id="commentcount"><span class="count">1</span> reacties</div>').insertAfter('#views');

comments.push('<article class="comment" id="c1210328">');
comments.push('<p>Zo, leert zo ook weer eens wat dat is!</p>');
comments.push('<footer>smart S  | 27-06-06 @ 19:14</footer></article>');



document.getElementById('comments').innerHTML += comments.join('');

var modscr = document.createElement('script');
modscr.setAttribute('type','text/javascript');
modscr.setAttribute('src','http://www.geenstijl.nl/modlinks/?site=DUMP&entry=14220');
document.getElementsByTagName('head')[0].appendChild(modscr);


