var myMsg
myMsg = 'View our ' + '<a href="http://exquisitephotography.info/gallery2/main.php?g2_itemId=162">PHOTOBOOTH GALLERY</a> and ' + '<a href="http://exquisitephotography.info/wp">BLOG SITE</a>';

function testMyMessage() 
        {
        alert(myMsg); 
        }
		
	