if ($set['js_type'] == 1){
$jstype = 'atom';
}
if ($set['js_type'] == 2){
$jstype = 'bounce';
}
if ($set['js_type'] == 3){
$jstype = 'circle';
}
if ($set['js_type'] == 4){
$jstype = 'loading';
}
if ($set['js_type'] == 5){
$jstype = 'radar';
}
if ($set['js_type'] == 6){
$jstype = 'shop';
}
if ($set['js_type'] == 7){
$jstype = 'simple';
}
if (!$set['js_type']){
$jstype = 'counter';
}