/*
	http://www.dumpert.nl/mediabase/15497/86de9978/index.html
*/

var 	comments = new Array(),
	cachetime = '10/02/2012 02:37:17';

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="c26974021">');
comments.push('<p>losert leer ns filmuh</p>');
comments.push('<footer>WickedWallie  | 23-05-07 @ 09:21</footer></article>');

comments.push('<article class="comment" id="c26977251">');
comments.push('<p>is that it?</p>');
comments.push('<footer>GroteBozeWolf  | 23-05-07 @ 10:34</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=881161');
document.getElementsByTagName('head')[0].appendChild(modscr);


