#!/bin/sh

if [ -e /usr/local/bin/bareview ];then
 export MOZ_DISABLE_PANGO=1
 /usr/local/bin/bareview http://www.meebo.com/ &
 #  -placement top
# /usr/X11R7/bin/yaf-splash -timeout 6 -font "8x16" -outline 0 -margin 4 -bg orange -text "Connecting to meebo.com, please wait..."
 yaf-splash -timeout 6 -bg orange -text "Connecting to meebo.com, please wait..."
 exit
fi

exec defaultbrowser http://www.meebo.com/
