/******************************************************************************
(C) Mauma SA, 2006
// Screen Width Detector v1.0
Terms of use:
You are free to use this script as long as the copyright message is kept
intact. However, you may not redistribute, sell or repost it without our
permission.
http://www.maunaloa.it
Mauma SA
******************************************************************************/
var width = screen.availWidth;
if ( width == 0 )
width = screen.width;
if ( width >= 1280 )
width = 1280;
else
width = 1024;
//width=1280;
// Fix css, depending on screen width
document.write ( '' );
document.write ( '' );
var mialocation = document.location.href;
var miourl = mialocation.substr( 7, mialocation.indexOf ( '/costa-rica-surfing-hotel/' )-7 );