<?php
$InformationSystem = & singleton('InformationSystem');
$InformationSystemId = '36'; //Укажите ID нужной вам ИС
$item_count = 1; // Укажите количество элементов выводимых на страницу
$InformationGroupId = 0;
$property=array();
$property['OrderField'] = 'RAND()';
$external_propertys['ОтображатьСсылкуНаАрхив'] = 1; // 0 или 1 в зависимости от необходимости ссылки на архив
$InformationSystem-> ShowInformationSystem($InformationSystemId, $InformationGroupId, 'ИмяXSLшаблона', $item_count, 0, $external_propertys, $property);
?>
Вам нужно поменять: ID ИС и названия XSL шаблона