jumpURL = new Array();
imgURL  = new Array();
imgTITLE  = new Array();
jumpURL[0] = "http://www.nurikabekobo.com/";
jumpURL[1] = "http://www.nurikabekobo.com/";
jumpURL[2] = "http://www.nurikabekobo.com/";
imgURL[0]  = "http://www.nurikabekobo.com/images/subtitle01.jpg";
imgURL[1]  = "http://www.nurikabekobo.com/images/subtitle02.jpg";
imgURL[2]  = "http://www.nurikabekobo.com/images/subtitle03.jpg";
imgTITLE[0]  = "塗り壁工房　左官,塗装のリフォームとリノベーション,店舗工事,漆喰,珪藻土,ジョリパット,大阪,兵庫県";
imgTITLE[1]  = "塗り壁工房　左官,塗装のリフォームとリノベーション,店舗工事,漆喰,珪藻土,ジョリパット,大阪,兵庫県";
imgTITLE[2]  = "塗り壁工房　左官,塗装のリフォームとリノベーション,店舗工事,漆喰,珪藻土,ジョリパット,大阪,兵庫県";
n = Math.floor(Math.random()*jumpURL.length);
document.write("<a title='"+imgTITLE[n]+"' href='"+jumpURL[n]+"'>");
document.write("<img src='"+imgURL[n]+"' alt='"+imgTITLE[n]+"' border='0'>");
document.write("</a>");