<html>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/prototype/1.6.0.2/prototype.js"></script>
<script type="text/javascript" src="http://click-jpa-demo.googlecode.com/svn-history/r12/trunk/war/click/prototype/effects.js"></script>
<script type="text/javascript">
var animating = false,
effect_in = false,
effect_out = false;
Event.observe(window, 'load', function()
{
Event.observe($('facebook'), 'mouseover', function()
{
if( typeof effect_out == 'object' )
{
effect_out.cancel();
}
effect_in = new Effect.Morph('facebook',
{
style: {
right: '0px'
},
transition: Effect.Transitions.spring
}
);
});
Event.observe($('facebook'), 'mouseout', function()
{
if( typeof effect_in == 'object' )
{
effect_in.cancel();
}
effect_out = new Effect.Morph('facebook',
{
style: {
right: '-240px'
},
transition: Effect.Transitions.spring
}
);
});
}
);
</script>
<head>
<script type="text/javascript" src="https://apis.google.com/js/plusone.js">
{lang: 'pl'}
</script>
<meta name="Keywords" content="router,router ws 50,romet,romet router ws 50,ws 50,forum,giełda,pomoc,motory,motor,romety,zetka 50,zetka,zetki" />
<meta name="Description" content="Forum Romet Router WS 50 i Zetka 50 Zaprasza wszystkich fanów 2 kółek do siebie !
Zapraszamy ! " />
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript" src="jscripts/shoutbox.js"></script>
<script type="text/javascript">
<!--
lang.no_new_posts = "{$lang->no_new_posts}";
lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
<meta name="description" content="Forum Romet WS 50 , zaprasza wszystkich fanów 2 kółek do siebie ! Tylko u Nas znajdziesz informacje dotyczące WS 50 . Zapraszamy !
" /><meta name="router,router ws 50,romet,romet router ws 50,ws 50,forum,giełda,pomoc,motory,motor,romety,zetka 50,zetka,zetki" content="" /><meta name="author" content="Sam" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
</head>
<body>
{$header}
<div id="facebook">
<img src="images/facebook.png" />
<iframe src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fpages%2FRomet%2F174075976014575%2F&width=185&height=258&colorscheme=light&show_faces=true&border_color&stream=false&header=false&appId=190233961045693" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:258px; height:258px;" allowTransparency="true"></iframe>
</div>
{$forums}
<sf_shoutbox>
{$changfcb}
{$boardstats}
<br style="clear: both" />
{$footer}
</div>
</body>
</html>
</script>