// load css
var mtm_css=document.createElement("link");
mtm_css.setAttribute("rel", "stylesheet");
mtm_css.setAttribute("type", "text/css");
mtm_css.setAttribute("href", "http://www.mytweetmag.com/design/css/mytweetmag.css");
document.getElementsByTagName("head")[0].appendChild(mtm_css);

// container
var mtm_cont = document.getElementById('mytweetmag_widget');
// options

if (typeof(mtm_cont) !== 'undefined') 
{

	if (typeof(MyTweetMagOptions) !== 'undefined')
	{
		for ( key in MyTweetMagOptions ) 
		{
			mtm_cont.style[key] = MyTweetMagOptions[key];
		}
	}

	mtm_cont.innerHTML = '<div class="mytweetmag_list"><div class="mytweetmag_item"><div class="mytweetmag_header_item"><span class="mytweetmag_source"><img src="http://is.gd/favicon.ico" width="16" height="16" /> is.gd</span><span class="mytweetmag_item_date">18.11.2011</span></div><span class="mytweetmag_item_title"><a href="http://t.co/evBK8DdX">National Geographic Photo Contest 2011 - The Big Picture - Boston.com</a></span></span></div><div class="mytweetmag_item"><div class="mytweetmag_header_item"><span class="mytweetmag_source"><img src="http://is.gd/favicon.ico" width="16" height="16" /> is.gd</span><span class="mytweetmag_item_date">18.11.2011</span></div><span class="mytweetmag_item_title"><a href="http://t.co/evBK8DdX">National Geographic Photo Contest 2011 - The Big Picture - Boston.com</a></span></span></div><div class="mytweetmag_item"><div class="mytweetmag_header_item"><span class="mytweetmag_source"><img src="http://l.yimg.com/g/favicon.ico" width="16" height="16" /> www.flickr.com</span><span class="mytweetmag_item_date">30.10.2011</span></div><span class="mytweetmag_item_title"><a href="http://t.co/RX51g5Dp">DSC_5441 | Flickr - Photo Sharing!</a></span></span></div><div class="mytweetmag_item"><div class="mytweetmag_header_item"><span class="mytweetmag_source"><img src="http://is.gd/favicon.ico" width="16" height="16" /> is.gd</span><span class="mytweetmag_item_date">25.10.2011</span></div><span class="mytweetmag_item_title"><a href="http://t.co/rPu9GeHV">Geek And Poke: They Just Don\'t Understand Us (Part II)</a></span></span></div><div class="mytweetmag_item"><div class="mytweetmag_header_item"><span class="mytweetmag_source"><img src="http://s.twimg.com/images/favicon.ico" width="16" height="16" /> t.co</span><span class="mytweetmag_item_date">07.10.2011</span></div><span class="mytweetmag_item_title"><a href="http://t.co/yAvvFzmx!">Twitter / ?</a></span></span></div></div><div class="mytweetmag_footer"><div class="mytweetmag_logo"><a title="MyTweetMag" href="http://www.mytweetmag.com/"><img alt="MyTweetMag" src="http://www.mytweetmag.com/design/pic/logo-mini.gif" width="16"> MYTWEETMAG</a></div><div class="mytweetmag_showall"><a href="http://www.mytweetmag.com/TheMWP">More</a></div></div>';
}

