var appver = navigator.appVersion;
if(appver.indexOf("MSIE") == -1){
var app = "N";
var ver = navigator.appVersion.charAt(0);
}
else{
var app = "M";
var ver = navigator.appVersion.charAt((appver.indexOf('MSIE') + 5));
}
if((app == "M" && ver >= 4 ) || (app == "N" && ver >= 3)){
var mode = Math.random() * 3;
if(mode >= 0 && mode < 1){
	document.write('<a href="./fashion/mika_piirainen.html" title="詳細ページへ" ><img id="frontImage" src="./img/front_img_10ss_01.jpg" width="650" height="394" alt="marimekko&nbsp;トップイメージ" /></a>\n');
	document.close();
}
else if(mode >= 1 && mode <= 2){
	document.write('<a href="./fashion/mika_piirainen.html" title="詳細ページへ" ><img id="frontImage" src="./img/front_img_10ss_02.jpg" width="650" height="394" alt="marimekko&nbsp;トップイメージ" /></a>\n');
	document.close();
}
else if(mode >= 2 && mode <= 3){
	document.write('<a href="./fashion/mika_piirainen.html" title="詳細ページへ" ><img id="frontImage" src="./img/front_img_10ss_03.jpg" width="650" height="394" alt="marimekko&nbsp;トップイメージ" /></a>\n');
	document.close();
}

}
else if(ver >= 3){
	document.write('<a href="./fashion/mika_piirainen.html" title="詳細ページへ" ><img id="frontImage" src="./img/front_img_10ss_01.jpg" width="650" height="394" alt="marimekko&nbsp;トップイメージ" /></a>\n');
	document.close();
}