ok ma questo codice lo devo mettere in un file js?
// applies the virtual ajax effect to each link which has 'virtualajax' as value of the classname property
var virtual = new Virtual.Ajax({
enable: {
arrows: true,
caption: false
},
effect: 'fix'
});