$bottom_animation_type=$row_bottom_animation['animation_type'];
mysql_select_db($database_gosrf, $gosrf);
$query_sql_bottom_animation_type = "SELECT * FROM pages WHERE id=$bottom_animation_type ORDER BY 'id' ASC ";
$sql_bottom_animation_type = mysql_query($query_sql_bottom_animation_type, $gosrf) or die(mysql_error());
$row_sql_bottom_animation_type = mysql_fetch_assoc($sql_bottom_animation_type);
$totalRows_sql_bottom_animation_type = mysql_num_rows($sql_bottom_animation_type); ?>