function shownextwidget(val) { var num=parseInt(val); old='widget'+num; document.getElementById(old).style.display="none"; num++; name='widget'+num; document.getElementById(name).style.display="block"; } function showprevwidget(val) { var num=parseInt(val); old='widget'+num; document.getElementById(old).style.display="none"; num--; name='widget'+num; document.getElementById(name).style.display="block"; } function showHtml(val) { obj=window.open('','','width=400,height=150,left=350,top=300'); obj.document.write(''); obj.document.write('Note: Copy above code
'); obj.document.write(''); } function addstyle() { var headID = document.getElementsByTagName("head")[0]; var cssNode = document.createElement('link'); cssNode.type = 'text/css'; cssNode.rel = 'stylesheet'; cssNode.href = 'http://www.mideastyouth.com/widgets/style.css'; cssNode.media = 'screen'; headID.appendChild(cssNode); } function Show() { addstyle(); document.write('
'); document.write('
'); document.write('Free Bashir Hazzam'); document.write('Bashir Hazzam'); document.write('
'); document.write('

Name: Bashir Hazzam

'); document.write('

Country: Morocco

'); document.write('

Moroccan blogger Bashir Hazzam was sentenced to 4 months in prison due to his blog posts.

'); document.write('

In prison since : 235 days

'); document.write(''); document.write('

For more information please visit: Free Bashir!

'); document.write('
'); document.write('Tell A Friend'); document.write('
'); document.write(''); document.write(''); document.write('
'); document.write('
'); } Show();