<!--
var imgMax = 5;
var imgRandom = Math.floor(Math.random() * imgMax);
if(imgRandom == 0) document.write("<a href='http://www.k-interior.com/sp001.html'><img src='http://www.k-interior.com/images/header_01.gif' width='800' height='250' border='0'></a>");
else if(imgRandom == 1) document.write("<a href='http://www.k-interior.com/sp001.html'><img src='http://www.k-interior.com/images/header_02.jpg' width='800' height='250' border='0'></a>");
else if(imgRandom == 2) document.write("<a href='http://www.k-interior.com/2008/01/post-6.html'><img src='http://www.k-interior.com/images/header_03.jpg' width='800' height='250' border='0'></a>");
else if(imgRandom == 3) document.write("<img src='http://www.k-interior.com/images/top2008_01.jpg' width='800' height='250' border='0'>");
else if(imgRandom == 4) document.write("<img src='http://www.k-interior.com/images/top2008_02.jpg' width='800' height='250' border='0'>");
// -->