This repository has been archived by the owner on May 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
/
roc-primaryplan.php
119 lines (118 loc) · 4.57 KB
/
roc-primaryplan.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<?php
include("inner.tpl");
function ShowContent($title)
{
?>
<div id="content_area">
<table width="100%" border="0" cellspacing="0" cellpadding="4">
<tr>
<td> </td>
<td><h1>ROC Primary Business Plan</h1></td>
<td> </td>
</tr>
<tr>
<td width="3%"> </td>
<td width="94%"> </td>
<td width="3%"> </td>
</tr>
<tr>
<td> </td>
<td><div align="justify">
<div>After getting a free entry in ROC main site, You can purchase any ROC kit to get a primary tree entry..<br />
<br />
</div>
<div>Primary Plan is a level binary system. You can earn income up to 600 points @ Rs.100/- per pair points (1:1).The income comes through main account. When the income increases beyond Rs.2000/- the one time account maintenance fee Rs.2000/- will be deducted for main account activation and the balance amount after service charges, TDS etc. paid to the member distributor. Once the total pair point reaches 600 Pair point pay out will be Rs 50/- for balanced pair points.</div>
</div></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td ><strong>LIFE TIME REWARDS</strong></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td><table width="99%" border="1" cellpadding="3" cellspacing="0" bordercolor="#4B6B1F" style="border-collapse:collapse;">
<tr background="images/bg.jpg" style="background-repeat: repeat;">
<td width="374" height="27" ><h3><strong>Balanced Points</strong></h3></td>
<td width="827" height="27"><h3><strong>Reward</strong></h3></td>
<td width="200" height="27"> </td>
</tr>
<tr>
<td><div align="center"><strong>1800</strong></div></td>
<td> <div align="center"><strong>Rs 50,000/- or motor bike<br />
</strong></div></td>
<td><img src="images/Suzuki-SlingShot-125cc-Bike-India.jpg" width="200" height="152" /></td>
</tr>
<tr>
<td><div align="center"><strong>8000 </strong></div></td>
<td><div align="center"><strong>Rs 3 Lacs or CAR</strong></div></td>
<td><img src="images/Chevrolet-Spark.jpg" width="200" height="129" /></td>
</tr>
<tr>
<td><div align="center"><strong>25000 </strong></div></td>
<td> <div align="center"><strong>Rs 8 Lacs or CAR </strong></div></td>
<td><img src="images/chevrolet-cruze-india.jpg" width="200" height="121" /></td>
</tr>
<tr>
<td><div align="center"><strong>100000 </strong></div></td>
<td> <div align="center"><strong>Rs 30 Lacs or Flat </strong></div></td>
<td><img src="images/buenos-aires-short-term-apartment-studio.jpg" width="200" height="113" /></td>
</tr>
</table></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td>View Kit Options [<a href="roc-primarykitoptions.php" class="">Here</a>]</td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
</div>
<?php
}
function getTitle()
{
return "Primary Business Plan | Reality Opportunity Club";
}
function showMeta()
{
$meta = '<meta name="description" content="Primary Plan is a level binary system. You can earn income up to 600 points @ Rs.100/- per pair points (1:1).The income comes through main account. When the income increases beyond Rs.2000/- the one time account maintenance fee Rs.2000/- will be deducted for main account activation and the balance amount after service charges,"/>
<meta name="keywords" content="Primary Business Plan, Reality Opportunity Club, PROC kit, earn income, Reward, LIFE TIME REWARDS, member distributor "/>
<meta name="copyright" content="Copyright © 2010 Reality Opportunity Club. All Rights Reserved."/>
<meta name="author" content="Nikhil Mohan ([email protected])"/>
<meta name="revisit-after" content="3"/>
<meta name="robots" content="index,follow"/>';
return $meta;
}
?>