I inserted four figures, one by one. And then I added one paragraph of content. But I find the paragraph between the figures - First two figures, then one paragraph, and then one figure. How can I keep the position of the figures in the right place?

My code is like this:
\documentclass{article}
\usepackage{subfigure}
\begin{document}
\begin{figure}[hbtp]
\centering
\includegraphics[scale=1]{C:/Users/tr/Pictures/Experiment1.png}
\caption{First Time Experiment}
\end{figure}
\begin{figure}[hbtp]
\centering
\includegraphics[scale=1]{C:/Users/tr/Pictures/Experiment2.png}
\caption{Second Time Experiment}
\end{figure}
\begin{figure}[hbtp]
\centering
\includegraphics[scale=1]{C:/Users/tr/Pictures/Experiment3.png}
\caption{Third Time Experiment}
\end{figure}
\begin{figure}[hbtp]
\centering
\includegraphics[scale=1]{C:/Users/tr/Pictures/Experiment4.png}
\caption{Fourth Time Experiment}
\end{figure}
As the figures do, the researcher observes the following principles: ajie%
As the figures do, the researcher observes the following principles: ajie%
As the figures do, the researcher observes the following principles: ajie%
As the figures do, the researcher observes the following principles: ajie\\%\
\end{document}


subfigurepackage and usecaptions&subcaptionspackages instead for customizing the figure & sub-figure captions, respectively. – Amar May 31 '15 at 04:47