var theImages=new Array()
theImages[0]='http://bs.lyradesigns.com/wp-content/themes/bigsur_wp_theme/images/bg/p14_2.jpg'
theImages[1]='http://bs.lyradesigns.com/wp-content/themes/bigsur_wp_theme/images/bg/p2_1.jpg'
theImages[2]='http://bs.lyradesigns.com/wp-content/themes/bigsur_wp_theme/images/bg/p2_2.jpg'
theImages[3]='http://bs.lyradesigns.com/wp-content/themes/bigsur_wp_theme/images/bg/p2_3.jpg'
theImages[4]='http://bs.lyradesigns.com/wp-content/themes/bigsur_wp_theme/images/bg/p2_4.jpg'
theImages[5]='http://bs.lyradesigns.com/wp-content/themes/bigsur_wp_theme/images/bg/p2_5.jpg'
theImages[6]='http://bs.lyradesigns.com/wp-content/themes/bigsur_wp_theme/images/bg/p2_6.jpg'
theImages[7]='http://bs.lyradesigns.com/wp-content/themes/bigsur_wp_theme/images/bg/p2_7.jpg'
theImages[8]='http://bs.lyradesigns.com/wp-content/themes/bigsur_wp_theme/images/bg/p2_8.jpg'
theImages[9]='http://bs.lyradesigns.com/wp-content/themes/bigsur_wp_theme/images/bg/p2_9.jpg'
theImages[10]='http://bs.lyradesigns.com/wp-content/themes/bigsur_wp_theme/images/bg/p2_10.jpg'
theImages[11]='http://bs.lyradesigns.com/wp-content/themes/bigsur_wp_theme/images/bg/p2_11.jpg'
theImages[12]='http://bs.lyradesigns.com/wp-content/themes/bigsur_wp_theme/images/bg/p2_12.jpg'
var j=0
var p=theImages.length;var preBuffer=new Array()
for(i=0;i<p;i++){preBuffer[i]=new Image()
preBuffer[i].src=theImages[i]}
var whichImage=Math.round(Math.random()*(p-1));function showImage(){document.write('<img src="'+theImages[whichImage]+'" alt="The Big Sur Bakery" class="bg" />');}
