function thieves()
{
//2
var ranNum= Math.round(Math.random() * 2);
if (ranNum == 0){document.write('<img src="CommercialGraphics/Breakin.jpg">'); } // thieves1
if (ranNum == 1){document.write('<img src="CommercialGraphics/QuickChange.jpg">'); } // thieves2
if (ranNum == 2){document.write('<img src="CommercialGraphics/ShopLifter.jpg">'); } // thieves3
}