var theImages=new Array()
theImages[0]='images/cover83.jpg'
theImages[1]='images/cover83a.jpg'
theImages[2]='images/cover83b.jpg'
theImages[3]='images/cover83c.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]+'"'+' hspace="5" vspace="5" border="1" alt="Keong &amp; Jin of Flamingo Bridal" title="Keong &amp; Jin of Flamingo Bridal">');}
function showdate(){d=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");m=new Array("January","February","March","April","May","June","July","August","September","October","November","December");today=new Date();day=today.getDay();date=today.getDate();month=today.getMonth();document.write(d[day]+", "+date+" "+m[month]+", "+today.getFullYear());}
function showyear(){today=new Date();document.write(today.getFullYear());}
function MakeBkMark(strURL,strTitle){if(document.all){window.external.AddFavorite(strURL,strTitle);}
else{alert("Sorry.  This only works in IE4 and above");}}


//Hide script from older browsers 
var clean=1;
var popup;

function pop(file_name, width, height){
		 endpop();
		 var winl = (screen.width-width)/2;
		 var wint = (screen.height-height)/2;
		 if (winl < 0) winl = 0;
		 if (wint < 0) wint = 0;
		 popup=open(file_name, "popup", "width=" + width + ",height=" + height + ",top=" + wint + ",left=" + winl + ",scrollbars=0,statusbar=0,menubar=0,location=0")
		 clean=0;
		}
function endpop() {
  		if ( clean!=1 && !popup.closed ) {
    	popup.close();
		}
}