/*
	http://www.dumpert.nl/mediabase/30740/66c27c03/shocoletterts.html
*/

var 	comments = new Array(),
	cachetime = '08/02/2012 20:01:47';

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">2</span> reacties</div>').insertAfter('#views');

comments.push('<article class="comment" id="c35002891">');
comments.push('<p>ja leuk...-1</p>');
comments.push('<footer>Megiel  | 01-11-07 @ 19:45</footer></article>');

comments.push('<article class="comment" id="c35003051">');
comments.push('<p>probeer anders grappig te zijn beunhazen</p>');
comments.push('<footer>Sniradje  | 01-11-07 @ 19:49</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=1074691');
document.getElementsByTagName('head')[0].appendChild(modscr);


