// JavaScript Document
function bookmark(){
if(navigator.userAgent.indexOf("MSIE") > -1){
window.external.AddFavorite('http://www.solar-eco.jp/','太陽光発電 総合研究所');
}
else if(navigator.userAgent.indexOf("Firefox") > -1){
window.sidebar.addPanel('太陽光発電 総合研究所','http://www.solar-eco.jp/','');
}
}
$(document).ready(function(){
$("#tweets").tweet({
query:"太陽光 発電",
avatar_size:32,
loading_text: "つぶやき検索中…",
count:3
});
$("#tweets").prepend("<h3>太陽光発電つぶやき</h3>");
$("#tweets li:last-child").addClass("tweet_last");
});

