﻿function news_details(id){
    var behavior=$find('nwsd');
    if(behavior)
        behavior.populate(id);
}