
document.write('<table width="600" align="center">');
document.write('<tr><br>');
// rotating image number one
document.write('<td> ');
				var random = Math.random() ;
				var picnum = Math.round(random*5)+1;
				if (picnum == 1) {
					var link = 'ViewProperty.aspx?PropertyID=2514';
				}
				else if (picnum == 2) {
					var link = 'ViewProperty.aspx?PropertyID=20468';
				}
				else if (picnum == 3) {
					var link = 'ViewProperty.aspx?PropertyID=35864';
				}
				else if (picnum == 4) {
					var link = 'ViewProperty.aspx?PropertyID=2583';
				}
				else if (picnum == 5) {
					var link = 'ViewProperty.aspx?PropertyID=27007';
				}
				else if (picnum == 6) {
					var link = 'ViewProperty.aspx?PropertyID=31889';
				}
				else {
					var link = '';
				}
document.write('<a href="http://www.vivacations.com/'+link+'" target="_blank">');
document.write('<img src=images/vivacations/1/'+picnum+'.jpg border=0>');
document.write('</a>');
document.write('</td>');
document.write('<td width="25"> &nbsp;&nbsp;&nbsp; </td>');
//rotating image number two
document.write('<td> ');
				var random = Math.random() ;
				var picnum = Math.round(random*4)+1;
				if (picnum == 1) {
					var link = 'ViewProperty.aspx?PropertyID=2581';
				}
				else if (picnum == 2) {
					var link = 'ViewProperty.aspx?PropertyID=2526';
				}
				else if (picnum == 3) {
					var link = 'ViewProperty.aspx?PropertyID=2542';
				}
				else if (picnum == 4) {
					var link = 'ViewProperty.aspx?PropertyID=2545';
				}
				else if (picnum == 5) {
					var link = 'ViewProperty.aspx?PropertyID=32222';
				}
				else {
					var link = '';
				}
				document.write('<a href="http://www.vivacations.com/'+link+'" target="_blank">');
				document.write('<img src=images/vivacations/2/'+picnum+'.jpg border=0>');
				document.write('</a>');
document.write('</td>');
document.write('<td width="25"> &nbsp;&nbsp;&nbsp; </td>');
//rotating image number three
document.write('<td> ');
				var random = Math.random() ;
				var picnum = Math.round(random*4)+1;
				if (picnum == 1) {
					var link = 'ViewProperty.aspx?PropertyID=26632';
				}
				else if (picnum == 2) {
					var link = 'ViewProperty.aspx?PropertyID=12735';
				}
				else if (picnum == 3) {
					var link = 'ViewProperty.aspx?PropertyID=23078';
				}
				else if (picnum == 4) {
					var link = 'ViewProperty.aspx?PropertyID=2554';
				}
				else if (picnum == 5) {
					var link = 'ViewProperty.aspx?PropertyID=40344';
				}
				else {
					var link = '';
				}
				document.write('<a href="http://www.vivacations.com/'+link+'" target="_blank">');
				document.write('<img src=images/vivacations/3/'+picnum+'.jpg border=0>');
				document.write('</a>');
document.write('</td>');
document.write('<td width="25"> &nbsp;&nbsp;&nbsp; </td>');
//rotating image number four
document.write('<td> ');
				var random = Math.random() ;
				var picnum = Math.round(random*4)+1;
				if (picnum == 1) {
					var link = 'ViewProperty.aspx?PropertyID=2620';
				}
				else if (picnum == 2) {
					var link = 'ViewProperty.aspx?PropertyID=27017';
				}
				else if (picnum == 3) {
					var link = 'ViewProperty.aspx?PropertyID=31105';
				}
				else if (picnum == 4) {
					var link = 'ViewProperty.aspx?PropertyID=18488';
				}
				else if (picnum == 5) {
					var link = 'ViewProperty.aspx?PropertyID=38652';
				}
				else {
					var link = '';
				}
				document.write('<a href="http://www.vivacations.com/'+link+'" target="_blank">');
				document.write('<img src=images/vivacations/4/'+picnum+'.jpg border=0>');
				document.write('</a>');	
document.write('</td>');
document.write('</tr>');
document.write('</table>');

