<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim rsNews Dim rsNews_numRows Set rsNews = Server.CreateObject("ADODB.Recordset") rsNews.ActiveConnection = MM_gydb_STRING rsNews.Source = "SELECT * FROM gynews WHERE niEnabled=true ORDER BY niCreatedOn DESC" rsNews.CursorType = 0 rsNews.CursorLocation = 2 rsNews.LockType = 1 rsNews.Open() rsNews_numRows = 0 %> <% Dim rsEvents Dim rsEvents_numRows Set rsEvents = Server.CreateObject("ADODB.Recordset") rsEvents.ActiveConnection = MM_gydb_STRING rsEvents.Source = "SELECT * FROM gyevents ORDER BY evCreatedOn DESC" rsEvents.CursorType = 0 rsEvents.CursorLocation = 2 rsEvents.LockType = 1 rsEvents.Open() rsEvents_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = 7 Repeat1__index = 0 rsNews_numRows = rsNews_numRows + Repeat1__numRows %> <% Dim Repeat2__numRows Dim Repeat2__index Repeat2__numRows = 2 Repeat2__index = 0 rsEvents_numRows = rsEvents_numRows + Repeat2__numRows %> GWU Youths -Main









 

lwww.gwuyouths.org

.
 
> [MAIN PAGE]
> ABOUT US
> AFFILIATIONS
> DOCUMENTS
> NEWS ARCHIVE
> NOTICES
> INTERNATIONAL
> MEMBERSHIP
> PHOTO GALLERY
> LINKS

News Feed: GWU Youths weekly contribution on l-Orizzont, every Thursday.

 


W
elcome to the GWU Youths Website. The GWU Youths is the largest Youth Movement in Malta, representing 12,000 young workers from various workplaces around the island.

The Youth Section strives to represent young workers internally in the General Workers’ Union, and externally on a national and international level.
 


 CAMPAIGNS








 
  > Latest Events
<% While ((Repeat2__numRows <> 0) AND (NOT rsEvents.EOF)) %> <% Repeat2__index=Repeat2__index+1 Repeat2__numRows=Repeat2__numRows-1 rsEvents.MoveNext() Wend %>
<%=(rsEvents.Fields.Item("evName").Value)%>
<%=(rsEvents.Fields.Item("evSummary").Value)%><%=gyReadMore(1, rsEvents("evId"), rsEvents("evBody"))%> <%=processImageLink(rsEvents("evThumbnail"), rsEvents("evLink"), rsEvents("evPicture"))%>
 

 

 
  > Current News
<% While ((Repeat1__numRows <> 0) AND (NOT rsNews.EOF)) %> <% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 rsNews.MoveNext() Wend %>
<%=(rsNews.Fields.Item("niName").Value)%>
<%=(rsNews.Fields.Item("niSummary").Value)%><%=gyReadMore(2, rsNews("niId"), rsNews("niBody"))%> <%=processImageLink(rsNews("niThumbnail"), rsNews("niLink"), rsNews("niPicture"))%>

 You are visitor

 
Address
:     GWU YOUTHS, Workers Memorial Building, South Street, Valletta - VLT 1103, Malta
Telephones: (+356) 21244451 EXT no: 296
Fax:              
(+356) 21238100
Mobile:         
(+356) 79604946
Email:         youths@gwu.org.mt

.

2007 © GWU Youths | Disclaimer | Design & Uploads AB   

<% rsNews.Close() Set rsNews = Nothing %> <% rsEvents.Close() Set rsEvents = Nothing %>