﻿<!--



jmp = new Array();
img = new Array();
 
jmp[0] = "";
jmp[1] = "";
jmp[2] = "";
jmp[3] = "";
jmp[4] = "";

img[0] = "/img/quest.jpg";
img[1] = "/img/quest01.jpg";
img[2] = "/img/quest02.jpg";
img[3] = "/img/quest03.jpg";
img[4] = "/img/quest04.jpg";
n = Math.floor(Math.random()*jmp.length);
document.write("<a href='"+jmp[n]+"'>");
document.write("<img src='"+img[n]+"' border='0' alt='クエストコム株式会社は、WEBサイトの戦略立案から設計・制作、デザイン、ライティング、運用更新まで、サイトテーマを明確にわかりやすく！ハイクオリティーデザインを作り上げ見た目も洗練されたホームページ制作会社です。' width='650' height='250'>");
document.write("</a>");


<!-- InstanceBegin template="http://www.quest-com.jp/" codeOutsideHTMLIsLocked="false" -->
//-->