<!--Hide from old browsers

if (document.images)  {

rooms = new Image(); rooms.src = "images/messages/rooms_message.gif";
nice = new Image(); nice.src = "images/messages/nice_message.gif";
poll = new Image(); poll.src = "images/messages/poll_message.gif";
ads = new Image(); ads.src = "images/messages/ad_message.gif";
bb = new Image(); bb.src = "images/messages/bb_message.gif";
cal = new Image(); cal.src = "images/messages/cal_message.gif";
dining = new Image(); dining.src = "images/messages/dining_message.gif";
family = new Image(); family.src = "images/messages/family_message.gif";
home = new Image(); home.src = "images/messages/home_message.gif";
info = new Image(); info.src = "images/messages/info_message.gif";
mail = new Image(); mail.src = "images/messages/mail_message.gif";
tella = new Image(); tella.src = "images/messages/tella_message.gif";
things = new Image(); things.src = "images/messages/things_message.gif";
tide = new Image(); tide.src = "images/messages/tide_message.gif";
map = new Image(); map.src = "images/messages/map_message.gif";

}


function popPoll()  {
      window.open('vote.php', 'Vote', 'scrollbars=no,toolbar=no,location=no,top=0,left=0,width=300,height=420');
	}

function popPoll2()  {
      window.open('vote2.php', 'Vote', 'scrollbars=no,toolbar=no,location=no,top=0,left=0,width=300,height=420');
	}
	
	
//End Hiding-->