var randObjects3=[

　　　　'<p><a href="/2011/c/company.html?cmp_id=375" target="_blank">全国TOPシェアの船舶部品をはじめステンレス製品の総合メーカー</a><br /><span style="margin-right:5px; font-size:12px; line-height:18px">浅野金属工業</span></p>',

　　　　'<p><a href="/2011/c/company.html?cmp_id=355" target="_blank">未経験者でも安心！アットホームな雰囲気で個性を伸ばして育てる社風の会社です</a><br /><span style="margin-right:5px; font-size:12px; line-height:18px">インタークロス</span></p>',

　　　　'<p><a href="/2011/c/company.html?cmp_id=29" target="_blank">未完成の魅力は創り上げる喜びにある！あなたがヴィームをプロデュースする！</a><br /><span style="margin-right:5px; font-size:12px; line-height:18px">ヴィームスタジアム／ニューアサヒグループ</span></p>',

　　　　'<p><a href="http://www.uoroku-jinji.com/" target="_blank">原点に立ち戻り、本格競争時代を勝ち抜く集団づくりを目指しています</a><br /><span style="margin-right:5px; font-size:12px; line-height:18px">ウオロク</span></p>',

　　　　'<p><a href="/2011/c/company.html?cmp_id=373" target="_blank">医療器械の販売・保守・管理を通じて医療をトータルにサポートします</a><br /><span style="margin-right:5px; font-size:12px; line-height:18px">カナイ医療器</span></p>',

　　　　'<p><a href="/2011/c/company.html?cmp_id=374" target="_blank">暮らしを豊かにする安心・安全な食品をスピーディーにお届けします</a><br /><span style="margin-right:5px; font-size:12px; line-height:18px">シュタープ</span></p>',

　　　　'<p><a href="/2011/c/company.html?cmp_id=346" target="_blank">学びの場を提供し子どもたち一人ひとりの個性を伸ばす—社会への水先案内人です</a><br /><span style="margin-right:5px; font-size:12px; line-height:18px">真友社</span></p>',

　　　　'<p><a href="/2011/c/company.html?cmp_id=367" target="_blank">環境対策も視野に入れ、着実な実績と安定した経営で建設革命を発信</a><br /><span style="margin-right:5px; font-size:12px; line-height:18px">ダイエープロビス</span></p>',

　　　　'<p><a href="/2011/extra/move_snavi/338taiheiyo.html" target="_blank">耐熱鋳鋼品で国内シェアトップクラス。海外でも採用される特殊鋳鋼品メーカー！</a><br /><span style="margin-right:5px; font-size:12px; line-height:18px">大平洋特殊鋳造</span></p>',

　　　　'<p><a href="/2011/c/company.html?cmp_id=296" target="_blank">エレクトロニクス集団である内藤電誠グループで電子デバイス事業を行っています</a><br /><span style="margin-right:5px; font-size:12px; line-height:18px">内藤電誠工業</span></p>',

　　　　'<p><a href="/2011/c/company.html?cmp_id=377" target="_blank">歯車のプロフェッショナルとして超高精度・高機能な製品を作っています</a><br /><span style="margin-right:5px; font-size:12px; line-height:18px">長岡歯車製作所</span></p>',

　　　　'<p><a href="/2011/c/company.html?cmp_id=180" target="_blank">BMW,MINIなど個性あふれるプレミアムブランドをあなた自身の輝く魅力で！</a><br /><span style="margin-right:5px; font-size:12px; line-height:18px">Niigata BMW(モトーレンニイガタ)</span></p>',

　　　　'<p><a href="/2011/c/company.html?cmp_id=285" target="_blank">地元密着、お客様との信頼関係構築のため、新潟市本社から通える範囲が基本です</a><br /><span style="margin-right:5px; font-size:12px; line-height:18px">新潟藤田組</span></p>',

　　　　'<p><a href="/2011/c/company.html?cmp_id=348" target="_blank">自動車をはじめ、各種製品の性能を左右するゴム部品用の金型を製造</a><br /><span style="margin-right:5px; font-size:12px; line-height:18px">ループラ</span></p>',

　　　　'<p><a href="/2011/extra/move_snavi/252mitsuboshi.html" target="_blank">オーダーメイド・多品種少量生産で専用機械・スピンドルユニット・工作機械を製造</a><br /><span style="margin-right:5px; font-size:12px; line-height:18px">三星工業</span></p>',

　　　　'<p><a href="/2011/c/company.html?cmp_id=334" target="_blank">中小企業者を対象とした、中小企業組合等連携組織の支援機関です</a><br /><span style="margin-right:5px; font-size:12px; line-height:18px">新潟県中小企業団体中央会</span></p>'

	
];
function randWrite3() {
	var rr = parseInt(Math.random() * randObjects3.length);
	document.write(randObjects3.slice(rr,rr+1)[0]);
	randObjects3.splice(rr,1);
}