#!/bin/bash
cierralanzador

#google-chrome "http://ntic.educacion.es/w3/eos/MaterialesEducativos/mem2009/caracol_serafin/start_html.html"

hayinternet=`hayinternet`
if [ "$hayinternet" = "up" ];then

google-chrome "http://ntic.educacion.es/w3/eos/MaterialesEducativos/mem2009/caracol_serafin/start_html.html"
else

google-chrome "/opt/caracol_serafin/start.swf"
fi