Hello all. <br /> <br /> I've got a big problem. I try to make my own application which is based on a source what i find on the internet.<br />You can download it here: http://gyomirto.fw.hu/fxr5_tar.zip<br />&nbsp;Everything looks fine until i start red5 server and got the error log what you can see above.<br /> <br /> I try everything what i find on every forum, mailing list etc.<br /> And here is my java side (web.xml, etc): http://gyomirto.fw.hu/fxr5_own.zip<br /> <br /> I'm use red5 0.7.0, JAVA 1.6 and Eclipse 3.4.1!<br /> <br /> Every idea will be helpful. (I'm not red5 pro so pls be clearly, like you try to teach for a dummie something).<br /> <br /> Thanks!<br /> <br /> 2009-04-20 01:30:31,835 [WrapperSimpleAppMain] ERROR o.s.web.context.ContextLoader - Context initialization failed<br /> org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'web.scope' defined in ServletContext resource [/WEB-INF/red5-web.xml]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (2) are:<br /> PropertyAccessException 1: org.springframework.beans.TypeMismatchException: Failed to convert property value of type [org.red5.server.Server] to required type [org.red5.server.api.IServer] for property 'server'; nested exception is java.lang.IllegalArgumentException: Cannot convert value of type [org.red5.server.Server] to required type [org.red5.server.api.IServer] for property 'server': no matching editors or conversion strategy found<br /> PropertyAccessException 2: org.springframework.beans.TypeMismatchException: Failed to convert property value of type [org.red5.server.GlobalScope] to required type [org.red5.server.api.IScope] for property 'parent'; nested exception is java.lang.IllegalArgumentException: Cannot convert value of type [org.red5.server.GlobalScope] to required type [org.red5.server.api.IScope] for property 'parent': no matching editors or conversion strategy found<br />     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1130)<br />     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:862)<br />     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:423)<br />     at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:249)<br />     at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:155)<br />     at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:246)<br />     at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160)<br />     at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:291)<br />     at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352)<br />     at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:246)<br />     at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:189)<br />     at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)<br />     at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:540)<br />     at org.mortbay.jetty.servlet.Context.startContext(Context.java:135)<br />     at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1220)<br />     at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:510)<br />     at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:448)<br />     at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)<br />     at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)<br />     at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:156)<br />     at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)<br />     at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)<br />     at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)<br />     at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:117)<br />     at org.mortbay.jetty.Server.doStart(Server.java:222)<br />     at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)<br />     at org.red5.server.jetty.JettyLoader.init(JettyLoader.java:136)<br />     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)<br />     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)<br />     at java.lang.reflect.Method.invoke(Unknown Source)<br />     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1242)<br />     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1208)<br />     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1172)<br />     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:427)<br />     at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:249)<br />     at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:155)<br />     at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:246)<br />     at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160)<br />     at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:291)<br />     at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352)<br />     at org.springframework.context.access.ContextSingletonBeanFactoryLocator.initializeDefinition(ContextSingletonBeanFactoryLocator.java:141)<br />     at org.springframework.beans.factory.access.SingletonBeanFactoryLocator.useBeanFactory(SingletonBeanFactoryLocator.java:382)<br />     at org.red5.server.Standalone.main(Standalone.java:152)<br />     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)<br />     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)<br />     at java.lang.reflect.Method.invoke(Unknown Source)<br />     at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:240)<br />     at java.lang.Thread.run(Unknown Source)<br /> Caused by: org.springframework.beans.PropertyBatchUpdateException: Failed properties: Failed to convert property value of type [org.red5.server.Server] to required type [org.red5.server.api.IServer] for property 'server'; nested exception is java.lang.IllegalArgumentException: Cannot convert value of type [org.red5.server.Server] to required type [org.red5.server.api.IServer] for property 'server': no matching editors or conversion strategy found; Failed to convert property value of type [org.red5.server.GlobalScope] to required type [org.red5.server.api.IScope] for property 'parent'; nested exception is java.lang.IllegalArgumentException: Cannot convert value of type [org.red5.server.GlobalScope] to required type [org.red5.server.api.IScope] for property 'parent': no matching editors or conversion strategy found<br />     at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:104)<br />     at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:59)<br />     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1127)<br />     ... 49 common frames omitted<br /> 2009-04-20 01:30:31,836 [WrapperSimpleAppMain] ERROR org.mortbay.log - Failed startup of context org.mortbay.jetty.webapp.WebAppContext@16e334a{/fxr5,file:/C:/Program%20Files/Red5/webapps/fxr45325423/}<br /> org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'web.scope' defined in ServletContext resource [/WEB-INF/red5-web.xml]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (2) are:<br /> PropertyAccessException 1: org.springframework.beans.TypeMismatchException: Failed to convert property value of type [org.red5.server.Server] to required type [org.red5.server.api.IServer] for property 'server'; nested exception is java.lang.IllegalArgumentException: Cannot convert value of type [org.red5.server.Server] to required type [org.red5.server.api.IServer] for property 'server': no matching editors or conversion strategy found<br /> PropertyAccessException 2: org.springframework.beans.TypeMismatchException: Failed to convert property value of type [org.red5.server.GlobalScope] to required type [org.red5.server.api.IScope] for property 'parent'; nested exception is java.lang.IllegalArgumentException: Cannot convert value of type [org.red5.server.GlobalScope] to required type [org.red5.server.api.IScope] for property 'parent': no matching editors or conversion strategy found<br />     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1130)<br />     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:862)<br />     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:423)<br />     at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:249)<br />     at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:155)<br />     at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:246)<br />     at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160)<br />     at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:291)<br />     at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352)<br />     at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:246)<br />     at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:189)<br />     at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)<br />     at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:540)<br />     at org.mortbay.jetty.servlet.Context.startContext(Context.java:135)<br />     at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1220)<br />     at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:510)<br />     at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:448)<br />     at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)<br />     at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)<br />     at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:156)<br />     at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)<br />     at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)<br />     at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)<br />     at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:117)<br />     at org.mortbay.jetty.Server.doStart(Server.java:222)<br />     at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)<br />     at org.red5.server.jetty.JettyLoader.init(JettyLoader.java:136)<br />     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)<br />     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)<br />     at java.lang.reflect.Method.invoke(Unknown Source)<br />     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1242)<br />     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1208)<br />     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1172)<br />     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:427)<br />     at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:249)<br />     at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:155)<br />     at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:246)<br />     at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160)<br />     at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:291)<br />     at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352)<br />     at org.springframework.context.access.ContextSingletonBeanFactoryLocator.initializeDefinition(ContextSingletonBeanFactoryLocator.java:141)<br />     at org.springframework.beans.factory.access.SingletonBeanFactoryLocator.useBeanFactory(SingletonBeanFactoryLocator.java:382)<br />     at org.red5.server.Standalone.main(Standalone.java:152)<br />     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)<br />     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)<br />     at java.lang.reflect.Method.invoke(Unknown Source)<br />     at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:240)<br />     at java.lang.Thread.run(Unknown Source)<br /> Caused by: org.springframework.beans.PropertyBatchUpdateException: Failed properties: Failed to convert property value of type [org.red5.server.Server] to required type [org.red5.server.api.IServer] for property 'server'; nested exception is java.lang.IllegalArgumentException: Cannot convert value of type [org.red5.server.Server] to required type [org.red5.server.api.IServer] for property 'server': no matching editors or conversion strategy found; Failed to convert property value of type [org.red5.server.GlobalScope] to required type [org.red5.server.api.IScope] for property 'parent'; nested exception is java.lang.IllegalArgumentException: Cannot convert value of type [org.red5.server.GlobalScope] to required type [org.red5.server.api.IScope] for property 'parent': no matching editors or conversion strategy found<br />     at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:104)<br />     at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:59)<br />     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1127)<br />     ... 49 common frames omitted<br /> 2009-04-20 01:30:31,931 [WrapperSimpleAppMain] ERROR org.mortbay.log - Nested in org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'web.scope' defined in ServletContext resource [/WEB-INF/red5-web.xml]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (2) are:<br /> PropertyAccessException 1: org.springframework.beans.TypeMismatchException: Failed to convert property value of type [org.red5.server.Server] to required type [org.red5.server.api.IServer] for property 'server'; nested exception is java.lang.IllegalArgumentException: Cannot convert value of type [org.red5.server.Server] to required type [org.red5.server.api.IServer] for property 'server': no matching editors or conversion strategy found<br /> PropertyAccessException 2: org.springframework.beans.TypeMismatchException: Failed to convert property value of type [org.red5.server.GlobalScope] to required type [org.red5.server.api.IScope] for property 'parent'; nested exception is java.lang.IllegalArgumentException: Cannot convert value of type [org.red5.server.GlobalScope] to required type [org.red5.server.api.IScope] for property 'parent': no matching editors or conversion strategy found:<br /> org.springframework.beans.PropertyBatchUpdateException: Failed properties: Failed to convert property value of type [org.red5.server.Server] to required type [org.red5.server.api.IServer] for property 'server'; nested exception is java.lang.IllegalArgumentException: Cannot convert value of type [org.red5.server.Server] to required type [org.red5.server.api.IServer] for property 'server': no matching editors or conversion strategy found; Failed to convert property value of type [org.red5.server.GlobalScope] to required type [org.red5.server.api.IScope] for property 'parent'; nested exception is java.lang.IllegalArgumentException: Cannot convert value of type [org.red5.server.GlobalScope] to required type [org.red5.server.api.IScope] for property 'parent': no matching editors or conversion strategy found<br />     at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:104)<br />     at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:59)<br />     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1127)<br />     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:862)<br />     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:423)<br />     at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:249)<br />     at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:155)<br />     at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:246)<br />     at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160)<br />     at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:291)<br />     at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352)<br />     at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:246)<br />     at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:189)<br />     at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)<br />     at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:540)<br />     at org.mortbay.jetty.servlet.Context.startContext(Context.java:135)<br />     at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1220)<br />     at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:510)<br />     at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:448)<br />     at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)<br />     at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)<br />     at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:156)<br />     at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)<br />     at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)<br />     at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)<br />     at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:117)<br />     at org.mortbay.jetty.Server.doStart(Server.java:222)<br />     at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)<br />     at org.red5.server.jetty.JettyLoader.init(JettyLoader.java:136)<br />     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)<br />     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)<br />     at java.lang.reflect.Method.invoke(Unknown Source)<br />     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1242)<br />     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1208)<br />     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1172)<br />     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:427)<br />     at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:249)<br />     at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:155)<br />     at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:246)<br />     at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160)<br />     at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:291)<br />     at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352)<br />     at org.springframework.context.access.ContextSingletonBeanFactoryLocator.initializeDefinition(ContextSingletonBeanFactoryLocator.java:141)<br />     at org.springframework.beans.factory.access.SingletonBeanFactoryLocator.useBeanFactory(SingletonBeanFactoryLocator.java:382)<br />     at org.red5.server.Standalone.main(Standalone.java:152)<br />     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)<br />     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)<br />     at java.lang.reflect.Method.invoke(Unknown Source)<br />     at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:240)<br />     at java.lang.Thread.run(Unknown Source)<br /> <br /> Thanks.<br /> Best Regards<br /> Gergo
<br><br>________________________________________________________<br><a href="http://ad.adverticum.net/b/cl,1,6022,323278,398731/click.prm">
Fárasztanak a hosszú mailek? Hívd 3 djuice-os barátodat 3 Ft/percért 3 hónapig 300Ft-os havidíj nélkül és beszéljétek meg!

</a>