<?xml version="1.0" encoding="UTF-8"?>
<Module> 
<ModulePrefs title="California 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="California images from flickr"
description="Flickr California images. Displays a slideshow of pictures from flickr related to California. 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: airports angeles attractions baja bakersfield beach beaches california california.com camping carmel chico cities clemente climate closets college colleges counties diego disney disneyland drive fires flag flights fly glendale holiday holidays hotels king la long los map maps modesto news oxnard pictures property rosa salinas san santa state stockton studios temecula tour tourism tourist tours travel trip trips universal universities university vacation visit weather 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=california,beach" 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=california,ocean" 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=california,sanfrancisco" 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=california,beach" 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=california,ocean" 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=california,sanfrancisco" 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>
