// JavaScript Document

//window.onload = bookmars;

function bookmars(url,desc)
{
	document.getElementById('social_bookmark').innerHTML = '<a  href="http://www.facebook.com/share.php?u='+url+'&amp;title=Matmi+New+Media+-+professional,+beautiful+and+unique+web+developments" title="Add \''+desc+'\' to Facebook" target="_blank"><img src="http://www.matmi.com/images/social_bookmarks/newimages/facebook.png" width="32" height="32" alt="add to Facebook" /></a><a style="border:none; margin-top:0px;" href="http://twitter.com/home?status=Currently viewing '+url+'" title="Click to send this page to Twitter!" target="_blank"><img src="http://www.matmi.com/images/social_bookmarks/newimages/twitter.png" width="32" height="32" alt="Twitter This" /></a><a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk='+url+'&amp;title=Matmi+New+Media+-+professional,+beautiful+and+unique+web+developments" title="Add \''+desc+'\' to Google Bookmarks" target="_blank"><img src="http://www.matmi.com/images/social_bookmarks/newimages/google.png" width="32" height="32" alt="add to google" /></a><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u='+url+'&amp;t=Matmi+New+Media+-+professional,+beautiful+and+unique+web+developments" title="Add \''+desc+'\' to Yahoo My Web" target="_blank"><img src="http://www.matmi.com/images/social_bookmarks/newimages/yahoo.png" width="32" height="32" alt="add to yahoo" /></a><a href="http://www.stumbleupon.com/refer.php?url='+url+'&amp;title=Matmi+New+Media+-+professional,+beautiful+and+unique+web+developments" title="Add \''+desc+'\' to Stumble Upon" target="_blank"><img src="http://www.matmi.com/images/social_bookmarks/newimages/stumbleupon.png" width="32" height="32" alt="add to stumbleupon" /></a><a href="http://digg.com/submit?phase=2&amp;url='+url+'&amp;title=Matmi+New+Media+-+professional,+beautiful+and+unique+web+developments" title="Add \''+desc+'\' to digg" target="_blank"><img src="http://www.matmi.com/images/social_bookmarks/newimages/digg.png" width="32" height="32" alt="digg this" /></a><a href="http://del.icio.us/post?url='+url+'&amp;title=Matmi+New+Media+-+professional,+beautiful+and+unique+web+developments" title="Add \''+desc+'\' to Del.icio.us" target="_blank"><img src="http://www.matmi.com/images/social_bookmarks/newimages/delicious.png" width="32" height="32" alt="add to delicious" /></a>';
}