';
echo '
';
echo 'Previous';
echo 'Random';
echo 'Next
';
echo 'List';
echo 'Join';
echo '';
echo $after_widget;
}
function widget_mrjccanadiantechmob_control() {
$options = $newoptions = get_option('widget_mrjccanadiantechmob');
if ( $_POST['mrjccanadiantechmob-submit'] ) {
$newoptions['title'] = strip_tags(stripslashes($_POST['mrjccanadiantechmob-title']));
$newoptions['id'] = strip_tags(stripslashes($_POST['mrjccanadiantechmob-id']));
}
if ( $options != $newoptions ) {
$options = $newoptions;
update_option('widget_mrjccanadiantechmob', $options);
}
echo('