/* Copyright (c) 1995-2008 Choice Hotels International, Inc. All Rights Reserved. */
function swapBanner(chainid){var randImage=Math.round(Math.random()*9);document['homeLeft'].src="/images/"+"homeLeft"+chainid+"-"+(randImage+1)+".jpg";document['homeMid'].src="/images/"+"homeMid"+chainid+"-"+(randImage+1)+".jpg";document['homeRight'].src="/images/"+"homeRight"+chainid+"-"+(randImage+1)+".jpg";document.getElementById("backgroundImage").style.background="url('/images/background"+chainid+"-"+(randImage+1)+".jpg')";return };function swapCaribbean(lang){var randImage=Math.round(Math.random()*5);document['banner'].src="/images/"+lang+"/searchCaribbean"+(randImage+1)+".jpg";document['icon'].src="/images/iconCaribbean"+(randImage+1)+".jpg";return };function swapPetFriendly(){var randImage=Math.round(Math.random()*2);document['petLeft'].src="/images/"+"petLeft"+(randImage+1)+".jpg";document['petMid'].src="/images/"+"petMid"+(randImage+1)+".jpg";document['petRight'].src="/images/"+"petRight"+(randImage+1)+".jpg";document.getElementById("backgroundImage").style.background="url('/images/petBackground"+(randImage+1)+".jpg')";var randText=Math.round(Math.random()*1);if(randText==1){document.getElementById("BannerText1").style.display="none";document.getElementById("BannerText2").style.display=""}return };