/*

Studio Widget File YouTube.js 

Converted to Clock Widget

http://www.gmodules.com/ig/creator?synd=open&url=http%3A//www.matt.org/modules/GoogleClock.xml&pt=%26context%3Dd%26synd%3Dopen%26lang%3Den%26.lang%3Den%26country%3Dus%26.country%3Dus%26cat%3Dall%26num%3D1%26start%3D-1%26cols%3D1%26objs%3DXtm&sn=Xtm&lang=en

 */ 
 
//dojo.provide("wm.base.widget.gadget.YouTube");
dojo.provide("wm.packages.dev.Clock");
dojo.require("wm.base.widget.gadget.Gadget");

dojo.declare("wm.dev.clock", wm.Gadget, {
//dojo.declare("wm.gadget.YouTube", wm.Gadget, {

 //Set the height
   height: "250px",

	init: function() {
		this.inherited(arguments);
		this.domNode.style.overflow = "auto";
	},
	
	//source: "http://gmodules.com/ig/ifr?url=http://throttled.org/googlegadgets/youtubesearch.xml&synd=open&w=320&h=250&title=Search+YouTube&border=%23ffffff%7C3px%2C1px+solid+%23999999"
	source: "http://www.gmodules.com/ig/ifr?url=http://www.matt.org/modules/GoogleClock.xml&amp;up_vsize=150px&amp;synd=open&amp;w=150&amp;h=150&amp;title=Google+Clock&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"
	
});

