// JavaScript Document
//ブログ用タグ生成
function GenerateTagForBrogParts(qid, font_col, bg_col) {
    tag_frame.location.href = "/parts/blog_parts/" + qid + "/" + font_col + "/" + bg_col;
    $("tag_space").value = "<iframe width='150' height='390' frameborder='0' marginheight='0' marginwidth='0' scrolling='no' src='http://o-giri.com/parts/blog_parts/" + qid + "/" + font_col + "/" + bg_col + "'>"
																		+ "</iframe>"
																		+ "<br /><a href=\"http://o-giri.com/questions/detail/" + qid + "\">@大喜利</a>";
    //Yahooブログ用タグ
    //document.forms[1].tag_space4.value = "[[item(http://qtown.jp/include/blog_question_s.aspx?qid=" + qid + "&font_color=" + font_col + "&bg_color=" + bg_col + ",150,235)]]";

}
