function runImage() {	num = 0;	a = 0;	b = 0;		//配列を作成	output = new Array();	tag = new Array();	hit = new Array();			//hitの値には相対確率を入れる。公平なランダムなら全部1にする。	hit[0] = 40;		//下の画像の相対確率	tag[0] = '<div class=\"slideshow\"><a href="products/sms/index.html"><img src=\"top_img/image_sms.jpg\" alt=\"携帯動画配信や動画投稿サービスに最適なSaver Movie Suite\" border=\"0\" /></a><a href=\"products/ls/index.html\"><img src=\"top_img/image_sls4.0.jpg\" alt=\"携帯動画のストリーム配信サービス Saver Live Server\" border=\"0\" /></a><a href="products/sig/index.html"><img src=\"top_img/image_sig.jpg\" alt=\"携帯静止画変換ゲートウェイ Save ImageGateway\" border=\"0\" /></a><a href=\"service/slsasp/index.html\"><img src=\"top_img/image_slsasp.jpg\" alt=\"携帯向け長時間動画のストリーム配信サービス SLS-ASP\" border=\"0\" /></a><a href="service/mediafire/index.html"><img src=\"top_img/image_mf.jpg\" alt=\"mediafire\" border=\"0\" /></a></div>';	hit[1] = 7;		//下の画像の相対確率	tag[1] = '<div class=\"slideshow\"><a href=\"products/ls/index.html\"><img src=\"top_img/image_sls4.0.jpg\" alt=\"携帯動画のストリーム配信システム Saver Live Server\" border=\"0\" /></a><a href=\"service/slsasp/index.html\"><img src=\"top_img/image_slsasp.jpg\" alt=\"携帯向け長時間動画のストリーム配信サービス SLS-ASP\" border=\"0\" /></a><a href="products/sms/index.html"><img src=\"top_img/image_sms.jpg\" alt=\"携帯動画配信や動画投稿サービスに最適なSaver Movie Suite\" border=\"0\" /></a><a href="service/mediafire/index.html"><img src=\"top_img/image_mf.jpg\" alt=\"mediafire\" border=\"0\" /></a><a href="products/sig/index.html"><img src=\"top_img/image_sig.jpg\" alt=\"携帯静止画変換ゲートウェイ Save ImageGateway\" border=\"0\" /></a></div>';		hit[2] = 5;		//下の画像の相対確率	tag[2] = '<div class=\"slideshow\"><a href=\"service/slsasp/index.html\"><img src=\"top_img/image_slsasp.jpg\" alt=\"携帯向け長時間動画のストリーム配信サービス SLS-ASP\" border=\"0\" /></a><a href=\"products/ls/index.html\"><img src=\"top_img/image_sls4.0.jpg\" alt=\"携帯動画のストリーム配信サービス Saver Live Server\" border=\"0\" /></a><a href="products/sms/index.html"><img src=\"top_img/image_sms.jpg\" alt=\"携帯動画配信や動画投稿サービスに最適なSaver Movie Suite\" border=\"0\" /></a><a href="service/mediafire/index.html"><img src=\"top_img/image_mf.jpg\" alt=\"mediafire\" border=\"0\" /></a><a href="products/sig/index.html"><img src=\"top_img/image_sig.jpg\" alt=\"携帯静止画変換ゲートウェイ Save ImageGateway\" border=\"0\" /></a></div>';		hit[3] = 7;		//下の画像の相対確率	tag[3] = '<div class=\"slideshow\"><a href="service/mediafire/index.html"><img src=\"top_img/image_mf.jpg\" alt=\"mediafire\" border=\"0\" /></a><a href=\"products/ls/index.html\"><img src=\"top_img/image_sls4.0.jpg\" alt=\"携帯動画のストリーム配信サービス Saver Live Server\" border=\"0\" /></a><a href="products/sig/index.html"><img src=\"top_img/image_sig.jpg\" alt=\"携帯静止画変換ゲートウェイ Save ImageGateway\" border=\"0\" /></a><a href=\"service/slsasp/index.html\"><img src=\"top_img/image_slsasp.jpg\" alt=\"携帯向け長時間動画のストリーム配信サービス SLS-ASP\" border=\"0\" /></a><a href="products/sms/index.html"><img src=\"top_img/image_sms.jpg\" alt=\"携帯動画配信や動画投稿サービスに最適なSaver Movie Suite\" border=\"0\" /></a></div>';	hit[4] = 4;		//下の画像の相対確率	tag[4] = '<div class=\"slideshow\"><a href=\"service/slsasp/index.html\"><img src=\"top_img/image_slsasp.jpg\" alt=\"携帯向け長時間動画のストリーム配信サービス SLS-ASP\" border=\"0\" /></a><a href="products/sig/index.html"><img src=\"top_img/image_sig.jpg\" alt=\"携帯静止画変換ゲートウェイ Save ImageGateway\" border=\"0\" /></a><a href="products/sms/index.html"><img src=\"top_img/image_sms.jpg\" alt=\"携帯動画配信や動画投稿サービスに最適なSaver Movie Suite\" border=\"0\" /></a><a href="service/mediafire/index.html"><img src=\"top_img/image_mf.jpg\" alt=\"mediafire\" border=\"0\" /></a><a href=\"products/ls/index.html\"><img src=\"top_img/image_sls4.0.jpg\" alt=\"携帯動画のストリーム配信サービス Saver Live Server\" border=\"0\" /></a></div>';	hit[5] = 2;		//下の画像の相対確率	tag[5] = '<div class=\"slideshow\"><a href="products/sig/index.html"><img src=\"top_img/image_sig.jpg\" alt=\"携帯静止画変換ゲートウェイ Save ImageGateway\" border=\"0\" /></a><a href="service/mediafire/index.html"><img src=\"top_img/image_mf.jpg\" alt=\"mediafire\" border=\"0\" /></a><a href=\"products/ls/index.html\"><img src=\"top_img/image_sls4.0.jpg\" alt=\"携帯動画のストリーム配信サービス Saver Live Server\" border=\"0\" /></a><a href=\"service/slsasp/index.html\"><img src=\"top_img/image_slsasp.jpg\" alt=\"携帯向け長時間動画のストリーム配信サービス SLS-ASP\" border=\"0\" /></a><a href="products/sms/index.html"><img src=\"top_img/image_sms.jpg\" alt=\"携帯動画配信や動画投稿サービスに最適なSaver Movie Suite\" border=\"0\" /></a></div>';		for(i=0; i<=hit.length-1; i++) {		num+= hit[i];	}	n = Math.floor(Math.random()*num);	n++;	for(i=0; i<=hit.length-1; i++) {		a = b;		b += hit[i];		if(a<n && n<=b) output = tag[i];	}	document.write(output);	document.write('');}
