<script type="text/javascript">
// You must call this at least once
window.external.msSiteModeCreateJumplist(\'Γρήγορη πρόσβαση\');
//then call this for each list item
window.external.msSiteModeAddJumpListItem(\'Δες ένα άρθρο στην τύχη!\', \'http://www.freeweird.com/?task=randompost\', \'http://www.freeweird.com/wp-content/repository/external/iestar.ico\');
window.external.msSiteModeAddJumpListItem(\'Tutorials και συμβουλές\', \'http://www.freeweird.com/category/5_tips\', \'http://www.freeweird.com/wp-content/repository/external/iearrow.ico\');
//display the list
window.external.msSiteModeShowJumplist();
</script>