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

if (!replurk_title) {
	var replurk_title = document.title;
}

if (!replurk_comment_width) {
	var replurk_comment_width = "600";
}

if (!replurk_comment_height) {
	var replurk_comment_height = "200";
}


var replurk_comment_src = "http://plurktop.mmdays.com/widget/comment?l="+encodeURIComponent(replurk_url)+"&t="+encodeURIComponent(replurk_title);

document.write('<div style="width:'+replurk_comment_width+'px; background-color:#B92222;">');
document.write('<div style="font-size:12pt; color:#ffffff; padding:5px 0 5px 15px;">Plurk 上的相關討論 - <span style="font-size:10pt;">[<a href="http://plurk.com/?status='+encodeURIComponent(replurk_url+' ('+replurk_title+')')+'" target="_blank">參與討論</a>]<span>&nbsp;&nbsp;<span style="padding-right:15px;"><a href="http://plurktop.mmdays.com/replurkdetail?link='+replurk_url+'" target="_blank" style="color:yellow; font-weight:bold;">PlurkTop</a></span></div>');
document.write('<div style="background-color:#f9f9f9">');
document.write('<iframe src="'+replurk_comment_src+'" height="'+replurk_comment_height+'" width="'+replurk_comment_width+'" frameborder="0" style="overflow-x:hidden; overflow-y:scroll;"></iframe>');
document.write('</div>');
document.write('<div style="height:8px;"></div>');
document.write('</div>');

