if (typeof(bar_location) == "undefined") {
	var bar_location = 'top';
}

if (bar_location == 'bottom') {
	var bar = 'position:static; border-top:1px solid #999999; left:0; bottom:0;';
} else {
	var bar = 'border-bottom:1px solid #999999;';
}

document.write('<iframe src="http://network.canadaka.net/bar.html" id="bar" width="100%" height="20" frameborder="0" style="'+bar+'" scrolling="no"></iframe>');