<?xml version="1.0" encoding="UTF-8"?>

<Module> 
	<ModulePrefs 
		title="Analog Clock Type1" 
		height="160" 
		width="160" 
		scrolling="false" 
		author="M H."
		author_email="m_h_widget@yahoo.co.jp" 
		author_location="Tokyo,Japan" 
		title_url="http://final.appspot.com/" 
		screenshot='http://3rd.appspot.com/cdn/widget/clock1.png' 
		thumbnail='http://3rd.appspot.com/cdn/widget/clock1.png' 
		description="&#x8276;&#x3084;&#x304B;&#x3067;&#x30AF;&#x30FC;&#x30EB;&#x306A;&#x30A2;&#x30CA;&#x30ED;&#x30B0;&#x6642;&#x8A08;&#x306E;&#x30A6;&#x30A3;&#x30B8;&#x30A7;&#x30C3;&#x30C8;&#x3067;&#x3059;&#x3002; &#x30D6;&#x30ED;&#x30B0;&#x30D1;&#x30FC;&#x30C4;&#x7248;&#xFF0C;&#x30C7;&#x30B9;&#x30AF;&#x30C8;&#x30C3;&#x30D7;&#xFF08;Adobe AIR&#xFF09;&#x7248;&#x3082;&#x3042;&#x308A;&#x307E;&#x3059;&#x3002;&#xFF08;http://final.appspot.com/clock1.html&#xFF09;">
  <Require feature="flash"/>
  <Require feature="dynamic-height"/>
</ModulePrefs>
<Content type="html">
<![CDATA[
<!-- ALm6fM0szHsX6xw5iUq-JecPX0ydRc105JQdNOhzVgBXnn-kH4Vu0R0yifVXmvVUvINNaFlljh7Nc6L5Omn7cnFnv6fry3CPI4fpyFQOK6ontjy_GiEehRyhF_7C0lPs1EpW5iz-5iGkGRAst4LjC3aRF1BvOjBU1RolGdKfY9T59mkzX6Dq7T4= -->
<style type="text/css">
  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, font, img, ins, kbd, q, s, samp,
  strike, strong, sub, sup, tt, var,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
  }
</style>

<div id="flashcontainer" style="text-align: center;"></div> 

<script type="text/javascript">
function on_load() {
	var url = _IG_GetCachedUrl('http://divnil.com/final/ig/clock1.swf');
	var w, h;
	h = 160;
	w = 160;
	var isIE = "undefined" != typeof ActiveXObject;
	var isDesktop = !document.referrer;
	
	_IG_EmbedFlash(url, "flashcontainer", {
		swf_version: 9,
		id: "widget",
		width: w,
		height: h,
		wmode: "window",
		allowScriptAccess: 'always'
	});
	resize_content();
}
function resize_content(){
	var w, h;
	if(document.body.clientWidth){
		w = document.body.clientWidth;
		h = document.body.clientHeight;
	}else{
		w = window.innerWidth
		h = window.innerHeight;
	}
	if(w < 160){
		h = 160 * w / 160;
	}

	if(w > 160 || h > 160){
		w = 160;
		h = 160;
	}

	var fla = document.getElementById('widget');
	fla.style.width = w + "px";
	fla.style.height = h + "px";
	_IG_AdjustIFrameHeight();
}
window.onresize = resize_content;
_IG_RegisterOnloadHandler(on_load);
</script>
]]>
</Content>
</Module>

