qhub_widget = new Object(); qhub_widget.id = typeof qhub_id == 'string' ? qhub_id : 'qhub_widget_container'; qhub_widget.width = typeof qhub_width == 'string' ? qhub_width : '265px'; qhub_widget.height = typeof qhub_height == 'string' ? qhub_height : '350px'; qhub_widget.qhub_custom_header = typeof qhub_custom_header == 'string' ? qhub_custom_header : '#333333'; qhub_widget.qhub_custom_head_text = typeof qhub_custom_head_text == 'string' ? qhub_custom_head_text : '#e76700'; qhub_widget.qhub_custom_link = typeof qhub_custom_link == 'string' ? qhub_custom_link : '#e76700'; qhub_widget.target = typeof qhub_target == 'undefined' ? 1 : parseInt(qhub_target); qhub_widget.qhub_custom_footer = typeof qhub_custom_footer == 'string' ? qhub_custom_footer : '#e76700'; qhub_widget.qhub_custom_title = typeof qhub_custom_title == 'string' ? unescape(qhub_custom_title) : 'Latest Questions'; qhub_widget.qhub_custom_subtitle = typeof qhub_custom_subtitle == 'string' ? unescape(qhub_custom_subtitle) : 'at Indonesian Koder Network'; qhub_widget.qhub_css_name = 'koder_qhub_com'; document.write(''); document.write(''); document.write(''); document.write(''); document.write('
'); document.write(''); document.write(''); function getElementsByClassName(node,classname) { if (node.getElementsByClassName) { return node.getElementsByClassName(classname); } else { function walkTheDOM (node, func) { func(node); node = node.firstChild; while (node) { walkTheDOM(node, func); node = node.nextSibling; } } function _getElementsByClassName (startnode,className) { var results = []; walkTheDOM(startnode, function (node) { var a, c = node.className, i; if (c) { a = c.split(' '); for (i=0; i