/* 
 * NimbleHost Always Open VIP
 * Copyright 2010. All rights reserved.
 *
 */

$flexture(document).ready(function() {
	if( !((navigator.userAgent.match(/iPhone/i))||(navigator.userAgent.match(/iPod/i))||(navigator.userAgent.match(/Android/))||(navigator.userAgent.match(/webOS/))) ) {
		visitorInteractionPanel();
		$flexture('#visitorInteractionPanel ul').slideDown('normal');
	}
});
