/* <![CDATA[ */
/* 
 * Javascript for the Thumbnail Gallary Widget
 * 
 */
 
	/* Inlcude the Proper CSS File */

	var headID = document.getElementsByTagName("head")[0];         
	var cssNode = document.createElement('link');
	cssNode.type = 'text/css';
	cssNode.rel = 'stylesheet';
	cssNode.href = 'http://singlepropertysites.com/display/widgets/widget_13/style.css';
	headID.appendChild(cssNode);

/*]]>*/