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

if (!replurk_title) {
	var replurk_title = document.title;
}
if (!replurk_size) {
	var replurk_size = "M";
	var replurk_height = "70";
	var replurk_width = "52";
}

var replurk_src = "http://plurktop.mmdays.com/widget/index?l="+encodeURIComponent(replurk_url)+"&t="+encodeURIComponent(replurk_title)+"&s="+replurk_size;

document.write('<iframe src="'+replurk_src+'" height="'+replurk_height+'" width="'+replurk_width+'" frameborder="0" scrolling="no" allowtransparency="true" marginheight="0"></iframe>');
