How can we remove the vertex "e" of Petersen graph and replace with three vertices?

I used for drawing Petersen this:
\documentclass[11pt,bezier]{article}
\usepackage{amsmath,amssymb,amsfonts,euscript,graphicx,tikz,tikz-3dplot}
\usepackage{tikz,amsmath,tkz-berge}
\usepackage{caption}
\usetikzlibrary{positioning,arrows,calc}
\begin{tikzpicture}[rotate=90]
\GraphInit[vstyle=Art]
\grPetersen[RA=5, RB=3]
\documentclass{...}and ending with\end{document}. – Mar 08 '15 at 05:24