<?xml version="1.0" encoding="UTF-8"?>
<Module> 
<ModulePrefs title="seashore and seaside pictures"
title_url="http://www.edwardjamesltd.co.uk/redirect.html"
author="supergadgets" 
author_email="supergadgets111@googlemail.com"
author_photo=""
author_aboutme=""
author_link=""
directory_title="seashore and seaside images from flickr"
description="Flickr seaside and seashore images. Displays a slideshow of pictures from flickr related to the seaside and seashore. Also available in canvas view. Use the quick link bars above and below this gadget to quickly open the most popular websites. Links include Amazon, Ebay, Twitter, Facebook and much more. Tags: activities animals art beach beachfront beachholidays beachside best blackpool bournemouth break breaks brighton british campground campsites caravan coast coastal cornwall cottage cottages decorations destinations devon england english european fishing holiday holidays images kavos kiotari london margate national paspalum photos picture pictures poems quiet resort resorts scenes scotland sea seashore seashores seaside seasides seasore shore shores signs southend towns travel uk vacation varkala victorian yarmouth  picture pictures pic pics photo photos images image photograph photographs  "
thumbnail="http://www.just-piano-stools.co.uk/links/flickr-thumbnail.png"
screenshot="http://www.just-piano-stools.co.uk/links/flickr-screenshot.png"
height="445"
width="300"  
scrolling="false"
singleton="false" category="funandgames" category2="lifestyle"> 
<Require feature="views"/></ModulePrefs> 

<Content type="html"><![CDATA[ 
<style type="text/css">body {overflow: hidden;padding:0; margin: 0; text-align: center;}</style>
<div>
<iframe src="http://www.just-piano-stools.co.uk/links/links.html" height="40" width="300" frameborder="0" border="0" cellpadding="0" cellspacing="0" scrolling="no" ></iframe>
<br />

<div id="randomdiv1" >
<iframe align="center" src="http://www.flickr.com/slideShow/index.gne?group_id=&user_id=&set_id=&tags=seaside" frameBorder="0" width="300" height="300" scrolling="no"></iframe>

</div>
 
 
<div id="randomdiv2" >

<iframe align="center" src="http://www.flickr.com/slideShow/index.gne?group_id=&user_id=&set_id=&tags=seashore" frameBorder="0" width="300" height="300" scrolling="no"></iframe>

</div>
 
 
<div id="randomdiv3" >
<iframe align="center" src="http://www.flickr.com/slideShow/index.gne?group_id=&user_id=&set_id=&tags=sea,sand" frameBorder="0" width="300" height="300" scrolling="no"></iframe>

</div>
 
 


 
 
<script type="text/javascript" language="JavaScript"><!--
/* Random Div Display
   Version 1.0
   March 9, 2009
   Will Bontrager
   http://www.willmaster.com/
   Copyright 2009 Bontrager Connection, LLC
 
For information about implementing this software, see the article at
http://www.willmaster.com/library/javascript/random-div-display.php
*/
 
// One place to customize:
//
// Type the number of div containers to randomly display.
 
NumberOfDivsToRandomDisplay = 3;
 
// No other customizations required.
////////////////////////////////////
var CookieName = 'DivRamdomValueCookie';
function DisplayRandomDiv() {
var r = Math.ceil(Math.random() * NumberOfDivsToRandomDisplay);
if(NumberOfDivsToRandomDisplay > 1) {
   var ck = 0;
   var cookiebegin = document.cookie.indexOf(CookieName + "=");
   if(cookiebegin > -1) {
      cookiebegin += 1 + CookieName.length;
      cookieend = document.cookie.indexOf(";",cookiebegin);
      if(cookieend < cookiebegin) { cookieend = document.cookie.length; }
      ck = parseInt(document.cookie.substring(cookiebegin,cookieend));
      }
   while(r == ck) { r = Math.ceil(Math.random() * NumberOfDivsToRandomDisplay); }
   document.cookie = CookieName + "=" + r;
   }
for( var i=1; i<=NumberOfDivsToRandomDisplay; i++) {
   document.getElementById("randomdiv"+i).style.display="none";
   }
document.getElementById("randomdiv"+r).style.display="block";
}
DisplayRandomDiv();


//--></script>

<br />
<iframe src="http://www.just-piano-stools.co.uk/links/links2.html" height="70" width="300" frameborder="0" border="0" cellpadding="0" cellspacing="0" scrolling="no" ></iframe>
</div> 
]]></Content> 
 
<Content type="html" view="canvas"><![CDATA[ 
<style type="text/css">body {overflow: hidden;padding:0; margin: 0; text-align: center;}</style> 
<div>
<iframe src="http://www.just-piano-stools.co.uk/links/links.html" height="40" width="300" frameborder="0" border="0" cellpadding="0" cellspacing="0" scrolling="no" ></iframe>
<br />


<div id="randomdiv1" >
<iframe align="center" src="http://www.flickr.com/slideShow/index.gne?group_id=&user_id=&set_id=&tags=seaside" frameBorder="0" width="600" height="400" scrolling="no"></iframe>

</div>
 
 
<div id="randomdiv2" >

<iframe align="center" src="http://www.flickr.com/slideShow/index.gne?group_id=&user_id=&set_id=&tags=seashore" frameBorder="0" width="600" height="400" scrolling="no"></iframe>

</div>
 
 
<div id="randomdiv3" >
<iframe align="center" src="http://www.flickr.com/slideShow/index.gne?group_id=&user_id=&set_id=&tags=sea,sand" frameBorder="0" width="600" height="400" scrolling="no"></iframe>

</div>
 
 


 
 
<script type="text/javascript" language="JavaScript"><!--
/* Random Div Display
   Version 1.0
   March 9, 2009
   Will Bontrager
   http://www.willmaster.com/
   Copyright 2009 Bontrager Connection, LLC
 
For information about implementing this software, see the article at
http://www.willmaster.com/library/javascript/random-div-display.php
*/
 
// One place to customize:
//
// Type the number of div containers to randomly display.
 
NumberOfDivsToRandomDisplay = 3;
 
// No other customizations required.
////////////////////////////////////
var CookieName = 'DivRamdomValueCookie';
function DisplayRandomDiv() {
var r = Math.ceil(Math.random() * NumberOfDivsToRandomDisplay);
if(NumberOfDivsToRandomDisplay > 1) {
   var ck = 0;
   var cookiebegin = document.cookie.indexOf(CookieName + "=");
   if(cookiebegin > -1) {
      cookiebegin += 1 + CookieName.length;
      cookieend = document.cookie.indexOf(";",cookiebegin);
      if(cookieend < cookiebegin) { cookieend = document.cookie.length; }
      ck = parseInt(document.cookie.substring(cookiebegin,cookieend));
      }
   while(r == ck) { r = Math.ceil(Math.random() * NumberOfDivsToRandomDisplay); }
   document.cookie = CookieName + "=" + r;
   }
for( var i=1; i<=NumberOfDivsToRandomDisplay; i++) {
   document.getElementById("randomdiv"+i).style.display="none";
   }
document.getElementById("randomdiv"+r).style.display="block";
}
DisplayRandomDiv();


//--></script>

<br />
<iframe src="http://www.just-piano-stools.co.uk/links/links2.html" height="70" width="300" frameborder="0" border="0" cellpadding="0" cellspacing="0" scrolling="no" ></iframe>
</div> 

]]></Content> 
</Module>
