// JavaScript Document
var imgMax = 14;
var imgRandom = Math.floor(Math.random() * imgMax);

if(imgRandom == 0) document.write('<img src="http://www.securityhouse-top.jp/img/staff/001.jpg" alt="防犯はお任せください！" width="90" height="90" class="face" />');
else if(imgRandom == 1) document.write('<img src="http://www.securityhouse-top.jp/img/staff/002.jpg" alt="防犯はお任せください！" width="90" height="90" class="face" /">');
else if(imgRandom == 2) document.write('<img src="http://www.securityhouse-top.jp/img/staff/003.jpg" alt="防犯はお任せください！" width="90" height="90" class="face" /">');

else if(imgRandom == 3) document.write('<img src="http://www.securityhouse-top.jp/img/staff/004.jpg" alt="防犯はお任せください！" width="90" height="90" class="face" />');
else if(imgRandom == 4) document.write('<img src="http://www.securityhouse-top.jp/img/staff/005.jpg" alt="防犯はお任せください！" width="90" height="90" class="face" />');
else if(imgRandom == 5) document.write('<img src="http://www.securityhouse-top.jp/img/staff/006.jpg" alt="防犯はお任せください！" width="90" height="90" class="face" /">');
else if(imgRandom == 6) document.write('<img src="http://www.securityhouse-top.jp/img/staff/007.jpg" alt="防犯はお任せください！" width="90" height="90" class="face" /">');

else if(imgRandom == 7) document.write('<img src="http://www.securityhouse-top.jp/img/staff/008.jpg" alt="防犯はお任せください！" width="90" height="90" class="face" /">');
else if(imgRandom == 8) document.write('<img src="http://www.securityhouse-top.jp/img/staff/009.jpg" alt="防犯はお任せください！" width="90" height="90" class="face" /">');
else if(imgRandom == 9) document.write('<img src="http://www.securityhouse-top.jp/img/staff/010.jpg" alt="防犯はお任せください！" width="90" height="90" class="face" /">');
else if(imgRandom == 10) document.write('<img src="http://www.securityhouse-top.jp/img/staff/011.jpg" alt="防犯はお任せください！" width="90" height="90" class="face" /">');
else if(imgRandom == 11) document.write('<img src="http://www.securityhouse-top.jp/img/staff/012.jpg" alt="防犯はお任せください！" width="90" height="90" class="face" /">');

else if(imgRandom == 12) document.write('<img src="http://www.securityhouse-top.jp/img/staff/013.jpg" alt="防犯はお任せください！" width="90" height="90" class="face" /">');
else if(imgRandom == 13) document.write('<img src="http://www.securityhouse-top.jp/img/staff/014.jpg" alt="防犯はお任せください！" width="90" height="90" class="face" /">');
